How to Hide or Show Console Windows from WPF App
How to Hide or Show Console Windows from WPF App
This post shows how to hide or show console window from your WPF app. The use case for this could be when your WPF app triggers some function that makes the console window visible. You might need to hide the console window programmatically from your WPF app.
If you are using a external functions from C++ app in your C# app then that might trigger a console window to be opened. From user’s point…
View On WordPress













