Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. C# Windows form Applications

C# Windows form Applications

Scheduled Pinned Locked Moved C#
csharpquestionvisual-studiohelptutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Karmendra Suthar
    wrote on last edited by
    #1

    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

    N N 2 Replies Last reply
    0
    • K Karmendra Suthar

      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

      N Offline
      N Offline
      Nishant Singh
      wrote on last edited by
      #2

      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 .

      1 Reply Last reply
      0
      • K Karmendra Suthar

        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

        N Offline
        N Offline
        nelsonpaixao
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups