C# Windows form Applications
-
Hi, I am developing a Windows Form Application using C# in Visual Studio 2008. I have developed a form with menu strip, and now there are five different type of screens in File-> New-> I have them listed, but i am not sure how to have 5 different screens based on user choice. Do i need to create five different forms? How can I then embed that in the main Form window? Thanks a lot for your help Karmendra
-
Hi, I am developing a Windows Form Application using C# in Visual Studio 2008. I have developed a form with menu strip, and now there are five different type of screens in File-> New-> I have them listed, but i am not sure how to have 5 different screens based on user choice. Do i need to create five different forms? How can I then embed that in the main Form window? Thanks a lot for your help Karmendra
Have a FormLevel variable containing which option is clicked and accordingly make Controls Visble/Invisble on the form,or create Dynamic controls and add them to the form .
-
Hi, I am developing a Windows Form Application using C# in Visual Studio 2008. I have developed a form with menu strip, and now there are five different type of screens in File-> New-> I have them listed, but i am not sure how to have 5 different screens based on user choice. Do i need to create five different forms? How can I then embed that in the main Form window? Thanks a lot for your help Karmendra
Use your main form as a form conteiner ok? or create 5 usercontrols and use them as pages you know? here you will have to use delegates because you can´t acess the usercontrols, just main form can acess them because is his parent. So, if you like use main form like a form conteiner and load the other 4 forms inside him ok? :doh:
nelsonpaixao@yahoo.com.br trying to help & get help