Tested and works ot Win7 x64.
Check:
if (WinActive("ahk_class Progman"))
WinWaitNotActive, ahk_class Progman
else WinWaitActive, ahk_class Progman
Control, % WinActive("ahk_class Progman") ? "Show" : "Hide",, SysListView321, ahk_class Progman
Goto Check
No comments:
Post a Comment