Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: C# command to turn off pc Pin
Baeltazor19-Jun-09 17:37
Baeltazor19-Jun-09 17:37 
QuestionConverting Access Forms to WinForms or WPF Pin
Fenshaw19-Jun-09 9:29
Fenshaw19-Jun-09 9:29 
AnswerRe: Converting Access Forms to WinForms or WPF Pin
Dan Neely19-Jun-09 9:47
Dan Neely19-Jun-09 9:47 
AnswerRe: Converting Access Forms to WinForms or WPF Pin
Dave Kreskowiak19-Jun-09 10:36
mveDave Kreskowiak19-Jun-09 10:36 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
Dan Neely19-Jun-09 10:41
Dan Neely19-Jun-09 10:41 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
andyc0118-Mar-11 19:42
andyc0118-Mar-11 19:42 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
Dave Kreskowiak19-Mar-11 5:00
mveDave Kreskowiak19-Mar-11 5:00 
AnswerRe: Converting Access Forms to WinForms or WPF Pin
riced20-Jun-09 3:54
riced20-Jun-09 3:54 

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.