Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SendKeys function to bring up Start Menu

Status
Not open for further replies.

RandDUser

Technical User
Feb 24, 2005
65
US
I am trying to write a command to have the Windows Start Button show. I am using the SendKeys function for the first time, and here is what I wrote...

Private Sub Command0_Click()
SendKeys "^ESC", True
End Sub

Nothing happens, am I missing anyting?

Thank you!
 
MajP, thanks, I did notice that after I submitted the post, but it still doesn't work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top