I'm writing a Console app with a fancy GUI, all of which messes up if the user resizes the window. How can I prevent them from doing so? Also, can I prevent them from maximising the window?

I'm using VB.NET for Visual Studio 2015, in the Console mode - not WinForms.