AutoHotkey Community

It is currently May 23rd, 2012, 5:51 pm

All times are UTC [ DST ]


Search found 4 matches
Search these results:

Author Message

 Forum: Support   Topic: Script to Minimise All but Active Window

Posted: October 25th, 2009, 7:29 am 

Replies: 6
Views: 709


I decided to start thinking about this on my own and came up with some pseudocode: ; pseudocode for minorbutactivewindow script, accessible from an eg. Samurize config Persistent Run MinAllButActive Function MinAllButActive Activate TopMostWindow ; Assume top-most window as last active window Count ...

 Forum: Support   Topic: Script to Minimise All but Active Window

Posted: October 24th, 2009, 8:37 am 

Replies: 6
Views: 709


Edit: the code doesn't seem to play nice with Samurize here. Any help for that? Sorry, can't offer any suggestions. But since AutoHotkey comes alphabetically before Samurize, isn't it therefore better than Samurize? :wink: Heh :lol: . Actually, what I'm trying to do here is to create a Samurize con...

 Forum: Support   Topic: Script to Minimise All but Active Window

Posted: October 24th, 2009, 7:43 am 

Replies: 6
Views: 709


Here is a script that does it non-backwards :wink: F1:: ; hotkey is F1 WinGetActiveTitle, OutputVar ;modified from Winget Example #2: This will visit all windows on the entire system and display info about each of them: WinGet, id, list,,, Program Manager Loop, %id% { this_id := id%A_Index% Wi...

 Forum: Support   Topic: Script to Minimise All but Active Window

Posted: October 24th, 2009, 4:06 am 

Replies: 6
Views: 709


So, a quick intro here: I'm eX.A.K.R., but you may also call me Alex if you wish. Here's my problem: I have been trying to create a script for my Samurize config to minimise all but the active window. I had tried using VBScript in Windows Vista, but even with JSSys3.dll I couldn't get it to work. I ...
Sort by:  
Page 1 of 1 [ Search found 4 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group