Command Prompt in Windows Forms Application

  • Thread starter Visually Seen #
  • Start date
V

Visually Seen #

Hello there!,

I'm a male 12 year old C# programmer and I use the Visual C# Express
Edition 2005 Beta 2 to make my applications.

However, I have this problem:
When I first started off a solution, I selected an empty project. Then,
I added a windows form to it and class file that contains the Main()
method.

The problem that I have is that whenever I build my application and run
it, a command prompt window appears along with my windows form.

Would you know how to remove that command prompt window?

Thanks!
Visually Seen #
 
M

Mattias Sjögren

Would you know how to remove that command prompt window?

Go to the project properties and change the project Output type from
Console application to Windows application (assuming that option is
available in the Express SKU - I'm not familiar with it).



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top