How to run a console application without showing the console screen?

  • Thread starter Thread starter Tee
  • Start date Start date
T

Tee

Hi,

I am using System.Diagnostics.Process to start a console application, but I
don't want the user to see a "black" screen when the console application is
running, how can I hide it?

Thanks,
Tee
 
Back
Top