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. Visual Basic
  4. MDI in VB.NET?

MDI in VB.NET?

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
8 Posts 5 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.
  • A Offline
    A Offline
    Anthony_Yio
    wrote on last edited by
    #1

    Any ways to do MDI in VB.NET? Sonork 100.41263:Anthony_Yio

    R 1 Reply Last reply
    0
    • A Anthony_Yio

      Any ways to do MDI in VB.NET? Sonork 100.41263:Anthony_Yio

      R Offline
      R Offline
      Ray Cassick
      wrote on last edited by
      #2

      Yes, what particular problems are you having?


      Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.


      N A 2 Replies Last reply
      0
      • R Ray Cassick

        Yes, what particular problems are you having?


        Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.


        N Offline
        N Offline
        Nick Seng
        wrote on last edited by
        #3

        :laugh: Sorry, but that struck me as very tongue-in-cheek.


        Support Bone

        1 Reply Last reply
        0
        • R Ray Cassick

          Yes, what particular problems are you having?


          Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.


          A Offline
          A Offline
          Anthony_Yio
          wrote on last edited by
          #4

          I won't say it is a problem. Just that I was interested to know wheither VB.NET has a MDI template like in MFC MDI? I have checked out VB.NET. It seems that most the stuff need to be built on scratch. Any hints? Thanks Sonork 100.41263:Anthony_Yio

          C 1 Reply Last reply
          0
          • A Anthony_Yio

            I won't say it is a problem. Just that I was interested to know wheither VB.NET has a MDI template like in MFC MDI? I have checked out VB.NET. It seems that most the stuff need to be built on scratch. Any hints? Thanks Sonork 100.41263:Anthony_Yio

            C Offline
            C Offline
            Christian Eriksen
            wrote on last edited by
            #5

            Create a (parent) form and set the form's IsMdiContainer property.

            • <parent>.IsMdiContainer = True

            Create a child form and set the child's MdiParent property to point to the parent form.

            • <child>.MdiParent = Me
            A K 2 Replies Last reply
            0
            • C Christian Eriksen

              Create a (parent) form and set the form's IsMdiContainer property.

              • <parent>.IsMdiContainer = True

              Create a child form and set the child's MdiParent property to point to the parent form.

              • <child>.MdiParent = Me
              A Offline
              A Offline
              Anthony_Yio
              wrote on last edited by
              #6

              Any specifc URL or tutorial on this. I would want it to be short and simple as I am used to program in VB. thanx in advance Sonork 100.41263:Anthony_Yio

              C 1 Reply Last reply
              0
              • A Anthony_Yio

                Any specifc URL or tutorial on this. I would want it to be short and simple as I am used to program in VB. thanx in advance Sonork 100.41263:Anthony_Yio

                C Offline
                C Offline
                Christian Eriksen
                wrote on last edited by
                #7

                There is a LOT of resources on MDI for VB.NET out there! You just have to look for it... Some good articles from Microsoft Getting Started with Windows Forms Working with MDI Applications and Creating Menus Or you could just look at a piece of code... MDI Demo

                1 Reply Last reply
                0
                • C Christian Eriksen

                  Create a (parent) form and set the form's IsMdiContainer property.

                  • <parent>.IsMdiContainer = True

                  Create a child form and set the child's MdiParent property to point to the parent form.

                  • <child>.MdiParent = Me
                  K Offline
                  K Offline
                  klaire
                  wrote on last edited by
                  #8

                  How to make the other form be a member of the MDICHILDREN? I want to call a second FORM from the first FORM through a button(first FORM is already a MDI CHILD). How to make this second FORM be a part of the MDI? thanx!

                  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