I want to hide my console after creating a from in my console application. And then show it again after closing form :) or somewhere when I want ...
Console.Hide???
Application.Run(nForm());
Console.Show???
I want to hide my console after creating a from in my console application. And then show it again after closing form :) or somewhere when I want ...
Console.Hide???
Application.Run(nForm());
Console.Show???
I think you'll need to delve into the FindWindow and ShowWindow API calls. For example: