cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Creating Forms
Creating Forms
Aug 14, 2011 at 1:49pm UTC
tejas1995
(58)
Hey guys,
I created a form (Form1.h) in Visual C++ 2010. Now I want to create another form (Form2.h) but I don't know how to do the same. Help please !
Aug 14, 2011 at 4:14pm UTC
GisleAune
(103)
If it's the same as for C#, it's
1. Right click in sollution explorer.
2. New Item
3. Choose Windows Form
4. OK.
5. You got a new form.
Edit: just checked, it is as I said.
Last edited on
Aug 14, 2011 at 4:17pm UTC
Topic archived. No new replies allowed.