VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Open the windows start menu

by Anonymous (267 Submissions)
Category: Windows System Services
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 23rd December 1998
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Open the windows start menu

API Declarations


Private Const KEYEVENTF_KEYUP = &H2
Private Const MENU_KEYCODE = 91

Rate Open the windows start menu



    keybd_event MENU_KEYCODE, 0, 0, 0

    ' Release start button
    keybd_event MENU_KEYCODE, 0, KEYEVENTF_KEYUP, 0

Download this snippet    Add to My Saved Code

Open the windows start menu Comments

No comments have been posted about Open the windows start menu. Why not be the first to post a comment about Open the windows start menu.

Post your comment

Subject:
Message:
0/1000 characters