nooby Posted May 22, 2007 Posted May 22, 2007 Wondering how I could retrieve the coordinates from a control on a GUI. I would also like to know if it's possible to get the width/height of them..Wish there were some sort of GUICtrlGetPos Thx all.
PsaltyDS Posted May 22, 2007 Posted May 22, 2007 You were close... ControlGetPos() Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Gif Posted May 22, 2007 Posted May 22, 2007 You were close...ControlGetPos() for width and height @desktopwidth , @desktopheightbut if you want the program's width and height then ControlGetPos()
nooby Posted May 22, 2007 Author Posted May 22, 2007 Thx, thought it would be under GUICtrl (...). Should have looked through the helpfile a little longer.
PsaltyDS Posted May 23, 2007 Posted May 23, 2007 Thx, thought it would be under GUICtrl (...). Should have looked through the helpfile a little longer.Helps to have some kind of classification to keep them straight:The GuiCtrl* functions are intended for controls in an AutoIt GUI. The Control* functions are more directed at external GUI controls from other programs. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now