Messages - kli6891 [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8next
21
Coding Snacks / Re: Maximize Windows "partially"
« on: August 23, 2009, 05:29 PM »
Ok then. A hotkey sounds like a good idea, and it's a lot less work  ;D!

22
Coding Snacks / Re: Maximize Windows "partially"
« on: August 22, 2009, 11:23 AM »
^^ Both if possible. (Of course, Windows 7 introduces 2 more ways of maximizing a window, either by dragging it to the top of the screen, or Win+Up combination).


23
Coding Snacks / Re: Maximize Windows "partially"
« on: August 22, 2009, 09:21 AM »
Ok, the weekend has arrived, and I tried tackling this program.
And immediately I need some help  :'(.


How do I make AHK detect that a user has initiated a maximize action. I read the documentation on OnMessage(), but it seems that it can only receive messages send to the AHK script, not to other windows. Perhaps someone w/ experience can help me with this?


My other idea is to do a continuous loop with WinGet to see if the window is maximized. And if it goes from normal to maximized, then the script will trigger.


Does anyone have a better idea?


Thanks.

24
Coding Snacks / Re: Maximize Windows "partially"
« on: August 20, 2009, 05:18 PM »
Thanks for the suggestions again. I'll tried to do this with AHK, since it sounds like a fun and useful (to me at least) project to tackle.

I'll report here if/when I'm finished.
Thanks again.

25
Coding Snacks / Re: Maximize Windows "partially"
« on: August 19, 2009, 07:17 PM »
Thanks for the responses.

I tried desktop coral, and it's close to what I want. However, it seems that I can't put windows in the reserved area, which is what I'm after.

More help?  :D

Pages: prev1 2 3 4 [5] 6 7 8next
Go to full version