TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
w.geoghegan
NA
1
0
Windows form is also creating a console Window.
Mar 13 2004 11:02 AM
I have successfully compiled my program, but when I execute it a console Window is launched in the background aswell as the main form. Why is this happening? Thanks in advance. My code: using System.Windows.Forms; class MyFormExample { class MyForm: Form { } static void Main() { Application.Run(new MyForm()); } }
Reply
Answers (
2
)
modifying a WinForm's base class components
How to refresh the column names of a window when I change the input data?