| Author |
Message |
Forum: Support Topic: Detect taskbar clicks |
| gl0x0r |
|
Posted: July 27th, 2005, 4:41 am
|
|
Replies: 5 Views: 871
|
| Theres no mandate or border at WM_USER, for example TB_BUTTONCOUNT works (USER+24), but that is generally the case (certainly it is with the message in question). I had assumed that ahk needed to be in the already existing memory for each process to trap hotkeys before windows saw them anyway. In an... |
|
 |
Forum: Support Topic: Detect taskbar clicks |
| gl0x0r |
|
Posted: July 25th, 2005, 4:46 am
|
|
Replies: 5 Views: 871
|
| I have made some progress in getting this to work, using the TB_GETBUTTONINFO message ( http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/toolbar/messages/tb_getbuttoninfo.asp ), however I am unsure how to use this with ahk. The lParam is a pointer, which in theory works (for global ... |
|
 |
Forum: Support Topic: Putting transparent PNGs on the desktop? |
| gl0x0r |
|
Posted: July 19th, 2005, 6:02 am
|
|
Replies: 22 Views: 3009
|
| One thing that would make autohotkey for desktop widget functionality really cool is the fact that it doesn't use windows script host (like all the other programs) and .net (kapsules), the two things which tend to make other desktop enhancement programs very high inertia. [edit: high inertia=high st... |
|
 |
Forum: Support Topic: Detect taskbar clicks |
| gl0x0r |
|
Posted: July 19th, 2005, 5:41 am
|
|
Replies: 5 Views: 871
|
| I'd like to write a script to make right clicks on applications' taskbar entries minimize them, and middle clicks close them (this can be accomplished via bb4win, but alternate shells seem to be dying, so I'd like an explorer-based solution). I'm wondering how to detect which window (if any) a right... |
|
 |
Forum: Scripts Topic: Minimize to tray menu + stacking |
| gl0x0r |
|
Posted: July 23rd, 2004, 4:36 am
|
|
Replies: 26 Views: 13377
|
Thats unfortunate, not that big a problem (my code above gets around it, for example, just by storing the order the "list" as a new element for the array)
Thanks for the quick reply |
|
 |
Forum: Scripts Topic: Minimize to tray menu + stacking |
| gl0x0r |
|
Posted: July 23rd, 2004, 2:54 am
|
|
Replies: 26 Views: 13377
|
| Having downloaded autohotkey recently, I started making a few scripts to do useful stuff in windows. I wanted the minimize to tray script (in the autohotkey example scripts section) to be able to undo its minimization via another hotkey. Basically the script stores the order the windows were hidden ... |
|
 |
| Sort by: |