MajSlayer420 Posted January 31, 2007 Posted January 31, 2007 Hello I want to have my script place its main window in a certian location on the screen, how is this done? Thanks MajSlayer420
BigDod Posted January 31, 2007 Posted January 31, 2007 If you read the help file you will see that the position of the GUI can be set at time of creation. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Helge Posted January 31, 2007 Posted January 31, 2007 If you want to place it after you've created it you can try to use WinMove... $gui = GUICreate("", 300, 300) GUISetState() Sleep(1000) WinMove($gui, "", 0, 0) Sleep(1000)
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