❔ how can i UN-maximize a console app? (not minimize/etc, just un maximize it)
How could i do this? C# ofc
3 Replies
https://social.msdn.microsoft.com/Forums/vstudio/en-US/56723844-d189-4718-bca4-b7bf64d6fca6/how-to-minimize-the-command-promt-window-in-a-console-application-in-c-language-?forum=netfxbcl
I see your point, and also was not able to solve this when a console window is used.
There might not even be a "Window" available on a console application.
It is true.
Consoles does not have an associated 'window'
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.