How can I hid the Dos window using Process lauching a C appliation

G

Guest

Hi, I'm using vs2005, .net 2, for windows application. How can U stop the
DOS windows creation when I redirect the stderr output from the C-code
application that I launch running from my C# program? I've tried setting
the process CreateNoWindow to true and set ProcessWindowStyle.Hidden but it's
creating that black dos window in a flash and then close it.
Thank you.
 
G

Guest

Pucca said:
Hi, I'm using vs2005, .net 2, for windows application. How can U stop the
DOS windows creation when I redirect the stderr output from the C-code
application that I launch running from my C# program? I've tried setting
the process CreateNoWindow to true and set ProcessWindowStyle.Hidden but it's
creating that black dos window in a flash and then close it.
Thank you.

Which method are you using to start the application?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top