Donald8282 Posted April 10, 2011 Posted April 10, 2011 Hello, how can I get the height of my GUI window? I know it's a pretty "noob" question but I've never used / needed it and I can't find it in the help file. Thanks in adv. - Donald8282
taietel Posted April 10, 2011 Posted April 10, 2011 Something like this: $pos = WinGetPos($hGUI);$hGUI is your GUI handle ConsoleWrite($pos[3]);[0]=left, [1]=top, [2]=width, [3]=height taietel Things you should know first...In the beginning there was only ONE! And zero... Progs: Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text
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