SendKeys send string, so this SendKeys.Send(Keys.LWin) actually will send the code of Keys.LWin.
There is no special string to send Win key, but you can emulate by sending Ctrl+Esc, so try this
Code:SendKeys.Send("^{Esc}")
|
Results 1 to 10 of 10
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |