Minimizing Console or removing it

Sep 13 2005 2:13 PM
I'm writing a class that inherits from System.Windows.Forms.Form and I can't for the life of me get rid of the console window when running the .exe. The console is always there. myForm.WindowState = FormWindowState.Minimized; only minimizes the form, not the console. Can anyone help with this? Obviously, I'm new to window forms. Also, I'm using Sharp Develop and started with a new 'form', if that makes any difference. thanks.