How to create a MDI Child Form in VB.NET (Runtime)

Sdílet
Vložit
  • čas přidán 12. 06. 2021
  • MDI stands for Multiple Document Interface applications that allow users to work with multiple documents by opening more than one document at a time. Whereas, a Single Document Interface (SDI) application can manipulate only one document at a time.
    The MDI applications act as the parent and child relationship in a form. A parent form is a container that contains child forms, while child forms can be multiple to display different modules in a parent form.
    VB.NET has following rules for creating a form as an MDI form.
    MidParent: The MidParent property is used to set a parent form to a child form.
    ActiveMdiChild: The ActiveMdiChild property is used to get the reference of the current child form.
    IsMdiContainer: The IsMdiContainer property set a Boolean value to True that represents the creation of a form as an MDI form.
    LayoutMdi(): The LayoutMdi() method is used to arrange the child forms in the parent or main form.
    Controls: It is used to get the reference of control from the child form.
  • Věda a technologie

Komentáře • 5

  • @vinamilkha4801
    @vinamilkha4801 Před 2 lety

    The video sound is pretty good, beyond my imagination

  • @11A7nhay
    @11A7nhay Před 2 lety

    Some segments in the video are stamped not adjacent to each other

  • @kevinhudac5027
    @kevinhudac5027 Před 2 lety

    how did you do it can you share with me , thank you

  • @TrungNguyen-ir5dw
    @TrungNguyen-ir5dw Před 2 lety

    how did you do it can you share with me , thank you

  • @thanhpham4819
    @thanhpham4819 Před 2 lety

    how did you do it can you share with me , thank you