I am writing my C++ GUI program in Visual Studio 2013. I had a program running with one form that performed all the functions. I went ahead and added another form that will be the menu bar and "intro" to the whole program. However, when I run my program only the main form pops up. I cannot get the second form to appear.