Thread: Design Question
View Single Post
Old Jul 14th, 2007, 4:20 PM   #3
NightShade01
Programmer
 
Join Date: Oct 2005
Posts: 52
Rep Power: 3 NightShade01 is on a distinguished road
Thanks for the info it makes more sense now. I have a follow up question though. Suppose I have the same application with 4 different forms. Each form has a "next" button that "shows" the next form. When i run the comlied .exe file it only shows one instance of the program however like you were saying all the forms are loaded, because if they weren't i wouldn't be able to "show" them i would have to create an instance of them first. How do i then get just the main form to load when the exe starts this way when i hit "next" i can create an instance of the forms i want and dispose of them when i'm done.
NightShade01 is offline   Reply With Quote