MDIFORM and Modal Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mclueless
    New Member
    • Jan 2008
    • 56

    MDIFORM and Modal Form

    In my project(VB6 and Access), i have a startup form which is unloaded in 2 seconds(display ing the company name etc) then a login form loads amd on proper signing in the mdi form along with one child form opens. Now...there are several modal forms that i have made and used instead of msgboxes....so do i need to make them MDIChild too like other forms????
  • shuvo2k6
    New Member
    • Jan 2008
    • 68

    #2
    Originally posted by mclueless
    In my project(VB6 and Access), i have a startup form which is unloaded in 2 seconds(display ing the company name etc) then a login form loads amd on proper signing in the mdi form along with one child form opens. Now...there are several modal forms that i have made and used instead of msgboxes....so do i need to make them MDIChild too like other forms????
    MDI Form does not support Modality.

    Comment

    • werks
      New Member
      • Dec 2007
      • 218

      #3
      Originally posted by mclueless
      In my project(VB6 and Access), i have a startup form which is unloaded in 2 seconds(display ing the company name etc) then a login form loads amd on proper signing in the mdi form along with one child form opens. Now...there are several modal forms that i have made and used instead of msgboxes....so do i need to make them MDIChild too like other forms????

      I think yes. As i have tried it the Form that is not an MDIChild does not appear inside the MDIParent,It shows itself outside.

      Comment

      Working...