AcidAlchamy Posted July 8, 2012 Posted July 8, 2012 (edited) Is it possible to set the opening cords of a GUI, the X and Y ? If so, how? Edited July 8, 2012 by AcidAlchamy
Skitty Posted July 8, 2012 Posted July 8, 2012 (edited) Type GuiCreate() in SciTE, click the text and then hit [F1], if you did it right, the help file will pop up and tell you exactly how to do it. Otherwise, if it's not a window that you created, use function winmove(). Edited July 8, 2012 by THAT1ANONYMOUSDUDE
AcidAlchamy Posted July 8, 2012 Author Posted July 8, 2012 Id have to look into winmove, because I got a GUI thats centered on my screen when ran; and it has plugs for other GUI's but they also open up centered and I want to set them to open around my main GUI
pieeater Posted July 8, 2012 Posted July 8, 2012 (edited) does your guicreate look something like this?$Form1 = GUICreate("name of gui", 409, 98)if it does then your missing the next two parameters. they are optional but its the x and y coords.check out this http://www.autoitscript.com/autoit3/docs/functions/GUICreate.htm for a complete documentation on the function Edited July 8, 2012 by pieeater [spoiler]My UDFs: Login UDF[/spoiler]
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