I'm working on a text based adventure game and would like to have the game run in fullscreen above everything with no scrollbar so it takes up the screen and only the command prompt and text is shown.
I have tried achieving this using Console.SetWindowSize()
and DLLImports
however these have been unsuccessful in achieving the effect I am after.