Open a start menu with one line of code
Open a start menu with one line of code
API Declarations
Private Const WM_SYSCOMMAND = &H112
private Const SC_TASKLIST = &HF130&
Rate Open a start menu with one line of code
(1(1 Vote))
'write a given code in the click event of command button
sendmessage me.hwnd,wm_syscommand,sc_tasklist,&0
Open a start menu with one line of code Comments
No comments yet — be the first to post one!
Post a Comment