1

I want to know the sendkey for windows key (that key in keyboard with windows Flag on it)

enter image description here

Christoph Fink
  • 22,727
  • 9
  • 68
  • 113
  • use the mentioned link http://stackoverflow.com/questions/10546069/simulate-windows-key-and-key-to-zoom-in – Dhaval Patel May 19 '14 at 06:52
  • top question in the Related column.. - [How to press the windows button programmatically using C#](http://stackoverflow.com/questions/1437405/how-to-press-the-windows-button-programmatically-using-c-sharp-sendkeys?rq=1) – Sayse May 19 '14 at 06:53

1 Answers1

0

I don't think you can easely call the windows flag key. You will need to p/invoke an API function instead, I think it was keybd_event to send the Windows key.

check Click here Or Click Here

Stijn Bernards
  • 1,091
  • 11
  • 29