Minimize all windows
Minimize all windows
API Declarations
Const VK_LWIN = &H5B
Const KEYEVENTF_KEYUP = &H2
Rate Minimize all windows
(1(1 Vote))
'Need some code? request it at www.SmokeCrack.co.uk
Call keybd_event(VK_LWIN, 0, 0, 0)
Call keybd_event(&H4D, 0, 0, 0)
Call keybd_event(VK_LWIN, 0, KEYEVENTF_KEYUP, 0)
End Sub
Minimize all windows Comments
No comments yet — be the first to post one!
Post a Comment