Click here to Skip to main content
15,888,279 members
Home / Discussions / C#
   

C#

 
QuestionHow to write to Structured file? Pin
Ubun2OS22-Aug-12 7:39
Ubun2OS22-Aug-12 7:39 
AnswerRe: How to write to Structured file? Pin
Eddy Vluggen22-Aug-12 8:53
professionalEddy Vluggen22-Aug-12 8:53 
QuestionC# 2010 working with xml Pin
sc steinhayse22-Aug-12 3:57
sc steinhayse22-Aug-12 3:57 
AnswerRe: C# 2010 working with xml Pin
BobJanova22-Aug-12 4:32
BobJanova22-Aug-12 4:32 
GeneralRe: C# 2010 working with xml Pin
sc steinhayse22-Aug-12 5:57
sc steinhayse22-Aug-12 5:57 
GeneralRe: C# 2010 working with xml Pin
BobJanova22-Aug-12 6:17
BobJanova22-Aug-12 6:17 
GeneralRe: C# 2010 working with xml Pin
sc steinhayse22-Aug-12 16:37
sc steinhayse22-Aug-12 16:37 
GeneralRe: C# 2010 working with xml Pin
BobJanova22-Aug-12 23:44
BobJanova22-Aug-12 23:44 
If you're redirecting the standard streams then the console shouldn't appear any more, if it's a normal command line process. The fact that you can > redirect the output suggests it is going to stdout.

Are you using Process.Start to start this process? You need to set UseShellExecute to false (I think that was in the link I posted before) and RedirectStandardOutput, Error and Input to true to make the console disappear, if I remember right.
QuestionHow to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
topksharma198221-Aug-12 21:27
topksharma198221-Aug-12 21:27 
AnswerRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
BobJanova22-Aug-12 0:43
BobJanova22-Aug-12 0:43 
GeneralRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
topksharma198222-Aug-12 1:16
topksharma198222-Aug-12 1:16 
GeneralRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
BobJanova22-Aug-12 2:10
BobJanova22-Aug-12 2:10 
AnswerRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
Pete O'Hanlon22-Aug-12 1:27
mvePete O'Hanlon22-Aug-12 1:27 
GeneralRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
topksharma198223-Aug-12 10:16
topksharma198223-Aug-12 10:16 
QuestionRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
Eddy Vluggen22-Aug-12 3:11
professionalEddy Vluggen22-Aug-12 3:11 
AnswerRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
topksharma198223-Aug-12 10:16
topksharma198223-Aug-12 10:16 
GeneralRe: How to avoid flickering in a user control in .Net Compact Framework/C# ? Pin
Eddy Vluggen23-Aug-12 10:31
professionalEddy Vluggen23-Aug-12 10:31 
QuestionEPPLUS Excel Pin
Member 916988721-Aug-12 20:48
Member 916988721-Aug-12 20:48 
AnswerRe: EPPLUS Excel Pin
Pete O'Hanlon21-Aug-12 21:01
mvePete O'Hanlon21-Aug-12 21:01 
QuestionEPPLUS Excel Pin
Member 916988721-Aug-12 14:37
Member 916988721-Aug-12 14:37 
QuestionUsing IList.Contains<> to search nested members? Pin
JoeRip21-Aug-12 14:25
JoeRip21-Aug-12 14:25 
SuggestionRe: Using IList.Contains<> to search nested members? Pin
Matt T Heffron21-Aug-12 15:11
professionalMatt T Heffron21-Aug-12 15:11 
GeneralRe: Using IList.Contains to search nested members? Pin
JoeRip21-Aug-12 15:15
JoeRip21-Aug-12 15:15 
GeneralRe: Using IList.Contains to search nested members? Pin
Matt T Heffron21-Aug-12 15:27
professionalMatt T Heffron21-Aug-12 15:27 
AnswerRe: Using IList.Contains<> to search nested members? Pin
BobJanova22-Aug-12 0:41
BobJanova22-Aug-12 0:41 

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.