Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
QuestionHow can i do that please Pin
snouto30-Jan-06 13:50
snouto30-Jan-06 13:50 
AnswerRe: How can i do that please Pin
Gavin Taylor30-Jan-06 16:12
professionalGavin Taylor30-Jan-06 16:12 
Questionicons Pin
relsirc30-Jan-06 13:43
relsirc30-Jan-06 13:43 
AnswerRe: icons Pin
James Gupta30-Jan-06 13:52
professionalJames Gupta30-Jan-06 13:52 
AnswerRe: icons Pin
AB777130-Jan-06 18:20
AB777130-Jan-06 18:20 
GeneralRe: icons Pin
James Gupta30-Jan-06 21:27
professionalJames Gupta30-Jan-06 21:27 
GeneralRe: icons Pin
AB777130-Jan-06 21:36
AB777130-Jan-06 21:36 
QuestionSystem.Diagnostic.Process - execute and monitor return code? Pin
devfendar30-Jan-06 13:10
devfendar30-Jan-06 13:10 
hi, I am trying to execute a dos command and I found this code fragment:

<br />
System.Diagnostics.Process proc = new System.Diagnostics.Process();<br />
proc.EnableRaisingEvents=false;<br />
proc.StartInfo.FileName="calc";<br />
proc.Start();<br />


The problem is, I wish to execute a command AND monitor the return code. Thank you!
AnswerRe: System.Diagnostic.Process - execute and monitor return code? Pin
Mark Greenwood30-Jan-06 17:57
Mark Greenwood30-Jan-06 17:57 
GeneralRe: System.Diagnostic.Process - execute and monitor return code? Pin
devfendar30-Jan-06 23:53
devfendar30-Jan-06 23:53 
QuestionHow is this done? Pin
TMF32030-Jan-06 12:28
TMF32030-Jan-06 12:28 
QuestionconnectionString update not working Pin
Eugenio Lysei Junior30-Jan-06 12:12
Eugenio Lysei Junior30-Jan-06 12:12 
Questionprevent Cut 'n' Paste Pin
Greg_R30-Jan-06 10:57
Greg_R30-Jan-06 10:57 
AnswerRe: prevent Cut 'n' Paste Pin
likefood30-Jan-06 11:03
likefood30-Jan-06 11:03 
AnswerRe: prevent Cut 'n' Paste Pin
Office Lineman30-Jan-06 11:45
Office Lineman30-Jan-06 11:45 
GeneralRe: prevent Cut 'n' Paste Pin
likefood30-Jan-06 12:14
likefood30-Jan-06 12:14 
AnswerRe: prevent Cut 'n' Paste Pin
Michael Dunn30-Jan-06 13:12
sitebuilderMichael Dunn30-Jan-06 13:12 
GeneralRe: prevent Cut 'n' Paste Pin
Greg_R30-Jan-06 15:36
Greg_R30-Jan-06 15:36 
GeneralRe: prevent Cut 'n' Paste Pin
leppie30-Jan-06 21:55
leppie30-Jan-06 21:55 
QuestionJavascript variable from WebBrowser control Pin
arro200130-Jan-06 10:29
arro200130-Jan-06 10:29 
AnswerRe: Javascript variable from WebBrowser control Pin
tarasn30-Jan-06 22:35
tarasn30-Jan-06 22:35 
QuestionHashcodes Pin
Beringer30-Jan-06 10:01
Beringer30-Jan-06 10:01 
AnswerRe: Hashcodes Pin
Guffa30-Jan-06 10:17
Guffa30-Jan-06 10:17 
AnswerRe: Hashcodes Pin
Dan Neely30-Jan-06 10:19
Dan Neely30-Jan-06 10:19 
AnswerRe: Hashcodes Pin
Ingo30-Jan-06 22:59
Ingo30-Jan-06 22:59 

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.