G
Guest
If i call another process to run, how to run as background.?
Thank you.
Thank you.
HK guy said:If i call another process to run, how to run as background.?
HK guy said:Since I use this to process.start to call a dos program, but it will
pop up a cmd on the screen. so i don't want the screen pop up. any
method?
up a cmd on the screen. so i don't want the screen pop up. any method?HK guy said:Since I use this to process.start to call a dos program, but it will pop
David Levine said:You can run a console app without a window on the screen by setting the
ProcessStartInfo.CreateNoWindow field to a value of true. You may have to
set the field UseShellExecute to false but I'm not sure about that.