VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Open a start menu with one line of code

by Mahesh Vaghasiya (4 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 5th September 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



'write a given code in the click event of command button

sendmessage me.hwnd,wm_syscommand,sc_tasklist,&0

Download this snippet    Add to My Saved Code

Open a start menu with one line of code Comments

No comments have been posted about Open a start menu with one line of code. Why not be the first to post a comment about Open a start menu with one line of code.

Post your comment

Subject:
Message:
0/1000 characters