Click here to Skip to main content
15,889,853 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I M working on c#.net window application in which
used Process.dignostics class to run existing process
while execition of that process it shows dos prompt and i don't
want to display this dos prompt how can i do this plese suggest

Thank you
Posted

1 solution

Have a look at ProcessStartInfo Class[^]
Specifically look at the ProcessStartInfo.CreateNoWindow Property[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900