zbatev Posted December 15, 2011 Posted December 15, 2011 Hi, I want to move my controls around. so I'm using WinMove to achieve that, my problem is that I believe the units return by the WinGetPos(pixel) is different from the units used by forms, i'm not sure thought but does it use twips? Is there a way to convert the form's/control's size to pixels?
Zedna Posted December 15, 2011 Posted December 15, 2011 Units are the same: pixels. But some functions work with only Client area of window (without title bar/borders for example). Also check Opt('GUICoordMode') Resources UDF ResourcesEx UDF AutoIt Forum Search
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