Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
QuestionHow to enable Browser Helper Object (BHO) and Toolbar in Internet Explorer using c# Pin
abhinish13-Sep-12 23:47
abhinish13-Sep-12 23:47 
AnswerRe: How to enable Browser Helper Object (BHO) and Toolbar in Internet Explorer using c# Pin
Ravi Bhavnani14-Sep-12 2:26
professionalRavi Bhavnani14-Sep-12 2:26 
GeneralRe: How to enable Browser Helper Object (BHO) and Toolbar in Internet Explorer using c# Pin
abhinish14-Sep-12 21:53
abhinish14-Sep-12 21:53 
QuestionKimono mirror iphone 4 4s case Pin
nancywoof13-Sep-12 20:18
nancywoof13-Sep-12 20:18 
Questionplease clear this doubt Pin
arul mozhi13-Sep-12 19:53
arul mozhi13-Sep-12 19:53 
AnswerRe: please clear this doubt Pin
Calla13-Sep-12 20:00
Calla13-Sep-12 20:00 
GeneralRe: please clear this doubt Pin
arul mozhi13-Sep-12 21:34
arul mozhi13-Sep-12 21:34 
GeneralRe: please clear this doubt Pin
Calla13-Sep-12 21:42
Calla13-Sep-12 21:42 
GeneralRe: please clear this doubt Pin
lukeer13-Sep-12 22:09
lukeer13-Sep-12 22:09 
GeneralRe: please clear this doubt Pin
BobJanova14-Sep-12 0:51
BobJanova14-Sep-12 0:51 
AnswerRe: please clear this doubt Pin
OriginalGriff13-Sep-12 21:43
mveOriginalGriff13-Sep-12 21:43 
AnswerRe: please clear this doubt Pin
Emmanuel Medina17-Sep-12 7:49
professionalEmmanuel Medina17-Sep-12 7:49 
QuestionHow to use Response.AddHeader Method Pin
ASPnoob13-Sep-12 18:59
ASPnoob13-Sep-12 18:59 
AnswerRe: How to use Response.AddHeader Method Pin
s_magus14-Sep-12 2:53
s_magus14-Sep-12 2:53 
GeneralRe: How to use Response.AddHeader Method Pin
ASPnoob14-Sep-12 3:00
ASPnoob14-Sep-12 3:00 
AnswerRe: How to use Response.AddHeader Method Pin
Pete O'Hanlon14-Sep-12 3:07
mvePete O'Hanlon14-Sep-12 3:07 
GeneralRe: How to use Response.AddHeader Method Pin
ASPnoob14-Sep-12 3:11
ASPnoob14-Sep-12 3:11 
GeneralRe: How to use Response.AddHeader Method Pin
Pete O'Hanlon14-Sep-12 3:14
mvePete O'Hanlon14-Sep-12 3:14 
QuestionWPF Datagrid Pin
abollmeyer13-Sep-12 18:02
abollmeyer13-Sep-12 18:02 
AnswerRe: WPF Datagrid Pin
abollmeyer13-Sep-12 18:15
abollmeyer13-Sep-12 18:15 
QuestionC# process question Pin
rachel_m13-Sep-12 8:13
rachel_m13-Sep-12 8:13 
I have a C# 2010 console application calling a second console application. I want the main calling console application to wait for the e_Process1 console application to quit running before the second console application is called with different parameter.
I want the main calling console application to look at values in a sql server 2008 database before calling the second console application with different parameters.
When you look at the 2 lines of code listed below, you will see that the main console program is watiting for the second console application to run. However the main console application is stilling waiting.

Code referecing to:
e_Process1.Start();
e_Process1.WaitForExit();

Thus can you tell me what you suggest I do to solve my problem? Either the second console application never quits executing and/or I need to use diferent statements.


Thus can you tell me what you suggest I do to solve my problem?
AnswerRe: C# process question Pin
Wes Aday13-Sep-12 8:19
professionalWes Aday13-Sep-12 8:19 
AnswerRe: C# process question Pin
wizardzz13-Sep-12 10:03
wizardzz13-Sep-12 10:03 
GeneralRe: C# process question Pin
rachel_m13-Sep-12 10:24
rachel_m13-Sep-12 10:24 
GeneralRe: C# process question Pin
wizardzz13-Sep-12 10:28
wizardzz13-Sep-12 10:28 

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.