Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: ComboBox Column Pin
Abhinav S15-Feb-10 0:52
Abhinav S15-Feb-10 0:52 
GeneralRe: ComboBox Column Pin
spankyleo12315-Feb-10 1:33
spankyleo12315-Feb-10 1:33 
GeneralRe: ComboBox Column Pin
Abhinav S15-Feb-10 2:36
Abhinav S15-Feb-10 2:36 
GeneralRe: ComboBox Column Pin
spankyleo12315-Feb-10 3:26
spankyleo12315-Feb-10 3:26 
GeneralRe: ComboBox Column Pin
Abhinav S15-Feb-10 6:53
Abhinav S15-Feb-10 6:53 
QuestionWhich is the best printing in ASP.NET Pin
sharad Pyakurel14-Feb-10 23:41
sharad Pyakurel14-Feb-10 23:41 
AnswerRe: Which is the best printing in ASP.NET Pin
DaveAuld15-Feb-10 4:44
professionalDaveAuld15-Feb-10 4:44 
QuestionProcess Exit problem ! Pin
Nematjon Rahmanov14-Feb-10 23:01
Nematjon Rahmanov14-Feb-10 23:01 
Hi.

I have problem with process exit.
I'm using this code :
Process proc = new Process();
proc.StartInfo.FileName = str;
proc.Start();
proc.WaitForExit();
DoSomeThings();


This code sometimes not working.
For example ,I have opening Visual Studio. I want run process *.cs or *.cpp (Visual studio files) files. That files opened last Visual Studio.After that i don't know my process running or exited.
And i get InvalidOperationException.

How i can know my process running or exited?

Please help me.
Thanks,
Nematjon.
We are haven't bug,just temporarily undecided problems.

AnswerRe: Process Exit problem ! Pin
Luc Pattyn14-Feb-10 23:10
sitebuilderLuc Pattyn14-Feb-10 23:10 
QuestionRe: Process Exit problem ! Pin
Nematjon Rahmanov14-Feb-10 23:32
Nematjon Rahmanov14-Feb-10 23:32 
AnswerRe: Process Exit problem ! Pin
Luc Pattyn14-Feb-10 23:43
sitebuilderLuc Pattyn14-Feb-10 23:43 
QuestionRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 0:17
Nematjon Rahmanov15-Feb-10 0:17 
AnswerRe: Process Exit problem ! Pin
Luc Pattyn15-Feb-10 0:24
sitebuilderLuc Pattyn15-Feb-10 0:24 
AnswerRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 1:45
professional#realJSOP15-Feb-10 1:45 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 2:14
Nematjon Rahmanov15-Feb-10 2:14 
GeneralRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 2:36
professional#realJSOP15-Feb-10 2:36 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 3:28
Nematjon Rahmanov15-Feb-10 3:28 
GeneralRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 4:08
professional#realJSOP15-Feb-10 4:08 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 4:16
Nematjon Rahmanov15-Feb-10 4:16 
GeneralRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 4:25
professional#realJSOP15-Feb-10 4:25 
AnswerRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 0:00
professional#realJSOP15-Feb-10 0:00 
QuestionRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 0:41
Nematjon Rahmanov15-Feb-10 0:41 
AnswerRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 1:28
professional#realJSOP15-Feb-10 1:28 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 1:39
Nematjon Rahmanov15-Feb-10 1:39 
AnswerRe: Process Exit problem ! Pin
Dave Kreskowiak15-Feb-10 5:37
mveDave Kreskowiak15-Feb-10 5:37 

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.