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
mark c
NA
14
48.5k
Help with Main()
Mar 25 2011 9:37 PM
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
form1 frm1 = new form1();
Application.Run(frm1);
form2 frm2 = new form2();
Application.Run(frm2);
frm1.Close();
}
Why doesn't form2 show?
Reply
Answers (
5
)
ASP.NET Controll
how to Deploying asp.net 4.0