Board index » Visual Studio » Hardware Control

Hardware Control

Visual Studio56
How can i disable an hardware using vb.net?


-
 

Re:Hardware Control

Hi Carlos,



This is about complete shut down the computer, I never checked it, but maybe

you can check it yourself..



\\\Once contributed by Fergus Cooney to this newsgroup



I've looked on the Net and found some info for you.



I couldn't find anything in VB.NET but there is code in classic VB.



Here's an article with code in VB6 which you'll have to do a bit of work

on. (eg, remember that Longs are now Integers). It's in French.

http://www.vbfrance.com/article.aspx?Val" rel="nofollow" target="_blank">www.vbfrance.com/article.aspx=8043



Here's a forum discussion with code.

www-tcsn.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/VB_Controls/Q_10849821.html">www-tcsn.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/VB_Controls/Q_10849821.html



Here's another article with complete code.

www.vbaccelerator.com/home/VB/Tips/Forcing_a_Local_or_Remote_NT_System_to_Reboot/article.asp">www.vbaccelerator.com/home/VB/Tips/Forcing_a_Local_or_Remote_NT_System_to_Reboot/article.asp

///





I hope this helps a little bit?



Cor





-

Re:Hardware Control



Quote
\\\Once contributed by Fergus Cooney to this newsgroup





Whatever happened to Fergus?





-

Re:Hardware Control

Hi,



VB.NET class for shutting down computer

http://www.mentalis.org/soft/class.qpx?id" rel="nofollow" target="_blank">www.mentalis.org/soft/class.qpx=7



Ken

----------------

"Cor" <non@non.com>wrote in message

Quote
Hi Carlos,



This is about complete shut down the computer, I never checked it, but

maybe

you can check it yourself..



\\\Once contributed by Fergus Cooney to this newsgroup



I've looked on the Net and found some info for you.



I couldn't find anything in VB.NET but there is code in classic VB.



Here's an article with code in VB6 which you'll have to do a bit of work

on. (eg, remember that Longs are now Integers). It's in French.

http://www.vbfrance.com/article.aspx?Val" rel="nofollow" target="_blank">www.vbfrance.com/article.aspx=8043



Here's a forum discussion with code.

www-tcsn.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/VB_Controls/Q_10849821.html">www-tcsn.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/VB_Controls/Q_10849821.html



Here's another article with complete code.

www.vbaccelerator.com/home/VB/Tips/Forcing_a_Local_or_Remote_NT_System_to_Reboot/article.asp">www.vbaccelerator.com/home/VB/Tips/Forcing_a_Local_or_Remote_NT_System_to_Reboot/article.asp

///





I hope this helps a little bit?



Cor









-