G
Guest
How do I force a console application to be minimized upon launch?
I have a C# application which starts a console application via the following syntax: System.Diagnostics.Process.Start("Console.exe")
I can't seem to find the compiler options to allow this to be minimized. Any help
Thanks.
I have a C# application which starts a console application via the following syntax: System.Diagnostics.Process.Start("Console.exe")
I can't seem to find the compiler options to allow this to be minimized. Any help
Thanks.