Jump to content

Position GUI


Recommended Posts

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 by THAT1ANONYMOUSDUDE
Link to comment
Share on other sites

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 by pieeater

[spoiler]My UDFs: Login UDF[/spoiler]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...