|
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.
|