| View previous topic :: View next topic |
| Author |
Message |
dicanus
Joined: 04 Sep 2007 Posts: 2
|
Posted: Tue Sep 25, 2007 3:07 pm Post subject: check if maximize box is enabled on a window |
|
|
I am using v1.0.45.02
I want a window to maximize only when the maximize box is there and enabled.
If I just tell it to maximize it maximizes everything, including the msgboxes created by ie.
Last edited by dicanus on Tue Sep 25, 2007 7:06 pm; edited 1 time in total |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Tue Sep 25, 2007 5:48 pm Post subject: |
|
|
| WinRestore ? |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6063
|
Posted: Tue Sep 25, 2007 11:29 pm Post subject: Re: check if maximize box is enabled on a window |
|
|
| dicanus wrote: | | I want a window to maximize only when the maximize box is there and enabled. |
What you see when you right click on any window's titlebar is known as the System Menu.
You have to loop through all the menu items and check whether Maximize is disabled or not
If it is not disabled you may maximize it.
I suggest you to bump this topic with a request: http://www.autohotkey.com/forum/viewtopic.php?p=137219#137219
 |
|
| Back to top |
|
 |
|