how can i turn off a device programatically. thanks

P

Paul G. Tobey [eMVP]

You can send the VK_OFF key to the system, which is more or less what
happens when the user presses the Off button. Unfortunately, you weren't
specific about *what* device, so I can't tell you whether this will work or
not...

Paul T.
 
P

Paul G. Tobey [eMVP]

The two methods shown in the article referenced by Neelima should both work.
You'll have to learn, at the very least, how to call C/C++ functions from C#
or VB.NET; you just can't live without that capability...

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top