I am new to C# but have programed in VB6 and VFP and have started the process of learning a new language. In going through some tutorials on forms I have noticed something that I am not used to. It seems that when you create two forms and call one from the main program and then call the other form from the main form (command button or menu click), they act independantly of each other. There does not seem to be a top form that all the others run inside. Am I missing something? The application I plan on developing will have many forms and several can be open at the same time. I was hoping that minimizing the main form would minimize all the application forms.
Thanks in advance for any light you can shed on this.
Ed
Thanks in advance for any light you can shed on this.
Ed