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!
Private Sub Command0_Click()
SendKeys "^ESC", True
End Sub
Nothing happens, am I missing anyting?
Thank you!