Open the windows start menu
Open the windows start menu
API Declarations
Private Const KEYEVENTF_KEYUP = &H2
Private Const MENU_KEYCODE = 91
Rate Open the windows start menu
(2(2 Vote))
keybd_event MENU_KEYCODE, 0, 0, 0
' Release start button
keybd_event MENU_KEYCODE, 0, KEYEVENTF_KEYUP, 0
Open the windows start menu Comments
No comments yet — be the first to post one!
Post a Comment