Click here to Skip to main content
15,916,951 members
Home / Discussions / C#
   

C#

 
AnswerRe: Open link in new Tab when Mouse Middle Click... Pin
Christian Graus19-Jun-09 19:44
protectorChristian Graus19-Jun-09 19:44 
GeneralRe: Open link in new Tab when Mouse Middle Click... Pin
Baeltazor19-Jun-09 21:25
Baeltazor19-Jun-09 21:25 
GeneralRe: Open link in new Tab when Mouse Middle Click... Pin
Christian Graus19-Jun-09 21:56
protectorChristian Graus19-Jun-09 21:56 
GeneralRe: Open link in new Tab when Mouse Middle Click... Pin
Baeltazor19-Jun-09 22:33
Baeltazor19-Jun-09 22:33 
GeneralRe: Open link in new Tab when Mouse Middle Click... Pin
Christian Graus19-Jun-09 22:46
protectorChristian Graus19-Jun-09 22:46 
GeneralRe: Open link in new Tab when Mouse Middle Click... Pin
Baeltazor19-Jun-09 22:52
Baeltazor19-Jun-09 22:52 
QuestionAbout string ,and help me to solution one problom about zhe value and reference type! Thank you! [modified] Pin
gjllyl19-Jun-09 14:40
gjllyl19-Jun-09 14:40 
AnswerRe: About string ,and help me to solution one problom about zhe value and reference type! Thank you! Pin
Gideon Engelberth19-Jun-09 17:31
Gideon Engelberth19-Jun-09 17:31 
Questionsend mail using c# Pin
sahandshokri19-Jun-09 11:42
sahandshokri19-Jun-09 11:42 
AnswerRe: send mail using c# Pin
blackhattrick19-Jun-09 11:46
blackhattrick19-Jun-09 11:46 
AnswerRe: send mail using c# Pin
Christian Graus19-Jun-09 12:42
protectorChristian Graus19-Jun-09 12:42 
GeneralRe: send mail using c# Pin
rishavraj19-Jun-09 23:55
rishavraj19-Jun-09 23:55 
QuestionSystem.Security.SecurityException Pin
lump1067019-Jun-09 11:25
lump1067019-Jun-09 11:25 
AnswerRe: System.Security.SecurityException Pin
Christian Graus19-Jun-09 11:34
protectorChristian Graus19-Jun-09 11:34 
GeneralRe: System.Security.SecurityException Pin
lump1067022-Jun-09 2:24
lump1067022-Jun-09 2:24 
Questiontwo way serial communication Pin
Arpita Patel19-Jun-09 11:05
Arpita Patel19-Jun-09 11:05 
AnswerRe: two way serial communication Pin
Luc Pattyn19-Jun-09 11:45
sitebuilderLuc Pattyn19-Jun-09 11:45 
GeneralRe: two way serial communication Pin
PIEBALDconsult19-Jun-09 12:53
mvePIEBALDconsult19-Jun-09 12:53 
GeneralRe: two way serial communication Pin
Luc Pattyn19-Jun-09 12:58
sitebuilderLuc Pattyn19-Jun-09 12:58 
Questiontrying to communication between two form in different project under one solution Pin
Arpita Patel19-Jun-09 10:25
Arpita Patel19-Jun-09 10:25 
AnswerRe: trying to communication between two form in different project under one solution Pin
Christian Graus19-Jun-09 11:20
protectorChristian Graus19-Jun-09 11:20 
AnswerRe: trying to communication between two form in different project under one solution Pin
Shukla Rahul20-Jun-09 10:24
Shukla Rahul20-Jun-09 10:24 
QuestionC# command to turn off pc Pin
Samb198519-Jun-09 9:31
Samb198519-Jun-09 9:31 
AnswerRe: C# command to turn off pc Pin
MumbleB19-Jun-09 9:51
MumbleB19-Jun-09 9:51 
Have you tried to Google[^] for this? There are many articles out there on the topic. On my search the first hit is what you are looking for. Maybe this will help.
In C#, you could use System.Management classes and the WMI class Win32_OperatingSystem.<br />
<br />
The possible flags for controlling the system<br />
<br />
0 = Log off the network.<br />
1 = Shut down the system.<br />
2 = Perform a full reboot of the system.<br />
4 = Force any applications to quit instead of prompting the user to close them.<br />
8 = Shut down the system and, if possible, turn the computer off.


Next time google first and if all else fails post here.

Excellence is doing ordinary things extraordinarily well.

AnswerRe: C# command to turn off pc Pin
0x3c019-Jun-09 10:06
0x3c019-Jun-09 10:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.