Creating Forms

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 !
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
Topic archived. No new replies allowed.