Search found 1 match

by themegabyte
06 Jan 2023, 10:34
Forum: Ask for Help (v1)
Topic: Hide/show taskbar in Windows 10
Replies: 32
Views: 19055

Re: Hide/show taskbar in Windows 10

Try this: $F12:: HideShowTaskbar(hide := !hide) HideShowTaskbar(action) { static ABM_SETSTATE := 0xA, ABS_AUTOHIDE := 0x1, ABS_ALWAYSONTOP := 0x2 VarSetCapacity(APPBARDATA, size := 2*A_PtrSize + 2*4 + 16 + A_PtrSize, 0) NumPut(size, APPBARDATA), NumPut(WinExist("ahk_class Shell_TrayWnd"), APPBARDAT...

Go to advanced search