Stopping the DOS-Prompt window appearing in C#

Soldato
Joined
9 Jul 2006
Posts
3,322
Location
London
Hey guys, anyone know how I can stop the DOS prompt window appearing when I run my C# program?

It basically start up with no windows open, and a NotifyIcon in the tray, but this pesky prompt keeps appearing :mad:
 
growse said:
You built this in VS.NET? Did you set it up as a console project or a standard windows forms project?
Yes it's in VS 2005. I set it up as an empty C# project. I read somewhere that it'll always appear if it isn't a Windows application, but surely you can change that with some code?
 
Back
Top Bottom