SELF-SOLVED AutoHotkey Function GetMouseTaskbutton need to adapt for 64-bit OS
- by auntyEEK
SOLVED VIA SELF-HELP, HAIR-PULLING, AND TEETH-GRINDING.
THANKS ANYWAY.......
I'm using the GetMouseTaskbutton function from this thread on AHK forum.
[http://www.autohotkey.com/forum/topic22763.html&highlight=getmousetaskbutton][1]
; Gets the index+1 of the taskbar button which the mouse is hovering over.
; Returns an empty string if the…