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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. about MDI child form.

about MDI child form.

Scheduled Pinned Locked Moved Visual Basic
csharpvisual-studiotutorialquestion
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.
  • P Offline
    P Offline
    p_m_kanthi
    wrote on last edited by
    #1

    how to make the form as MDI child in visual studio 2008?

    D N 2 Replies Last reply
    0
    • P p_m_kanthi

      how to make the form as MDI child in visual studio 2008?

      D Offline
      D Offline
      DaveAuld
      wrote on last edited by
      #2

      You first need to have an MDI Parent form. set a forms IsMdiContainer property to True (Form1) From the Form1, set the Child forms (Form2) parent and show it e.g. Dim ChildForm as new Form2 ChildForm.MdiParent = Me ChildForm.show() The easiest way to see this is start a new project and add MDI Parent Form, inspect the code and see how its done.

      Dave Who am I?: http://www.bebo.com/daveauld/

      1 Reply Last reply
      0
      • P p_m_kanthi

        how to make the form as MDI child in visual studio 2008?

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

        first of all set form1 property of ismdicontainer to true then place menustrip in that write menu items as form2 now double click on form2 menu item write there below code..:-

        form2.MdiParent = Me
        form2.Show()

        :) :)

        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