I am trying to fullscreen my C# Visual studio console app, but to no success.
I tried a couple of methods but I am still new to creating console applications in Visual Studio, and nothing really worked. All I need is some C# code to get my terminal app into fullscreen on startup. I am on MacOSX, any help would be appreciated.
2
Answers
I had the same problem a while ago, I solved it using the "System.Runtime.InteropServices" APIs, do something like:
Following something along those lines should solve your problem.
You can just use old fashioned escape commands I suppose. Here is a basic example:
Here is a video showing the size movements