Reputation: 3734
How to programatically open:
Charm Bar
Power Options
Start Menu
in windows 8?
I want to be able to open them from within my c# application
Cannot find the documentation I need
Thanks!
Upvotes: 5
Views: 4320
Reputation: 190941
I'd bet sending the Windows key (and the other key, as needed), would be sufficient.
Here is another post on how to do so with an API call.
To open...
Upvotes: 2