aslani Posted August 20, 2008 Posted August 20, 2008 I'm not sure how to search for this, I tried but is returned other unrelated results, so here goes. When I Run() Notepad for example, it opens to the last window size. So if I closed is as 200x200, it opens as 200x200. What I want to do is, if Notepad was closed as 150x150, I want to Run() it as 200x200. This is where I need help. I can read the window size, but how can I manipulate it? The reason why I want to control this because the control coordinates is so dependant to the size of the window and my program doesn't run properly if the user has a different window size. Any help is appreciated. [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
aslani Posted August 20, 2008 Author Posted August 20, 2008 Nevermind I found the answer in the GUI Forum. WinMove("Untitled -", "", 0, 0, 200, 200) Please close/delete. *resolved* [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
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