| View previous topic :: View next topic |
| Author |
Message |
helpme
Joined: 22 Apr 2007 Posts: 33
|
Posted: Fri May 04, 2007 6:38 am Post subject: How to detect if window is already maximized? |
|
|
I would like to program a key such that it toggles between "maximize active window" and "restore active window to previous size".
How can AutoHotkey be made to detect whether the active window is maximized already? |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
Posted: Fri May 04, 2007 6:49 am Post subject: Re: How to detect if window is already maximized? |
|
|
| helpme wrote: | | How can AutoHotkey be made to detect whether the active window is maximized already? |
See AHK Command: WinGet, OutputVar, MinMax  |
|
| Back to top |
|
 |
tic
Joined: 22 Apr 2007 Posts: 1786
|
|
| Back to top |
|
 |
|