SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using Process Class then you can write
yourprocess.StartInfo.UseShellExecute = false; yourprocess.StartInfo.CreateNoWindow = true;
before yourprocess.start(); and process will be hidden
yourprocess.start();