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????
MDIFORM and Modal Form
Collapse
X
-
MDI Form does not support Modality.Originally posted by mcluelessIn 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???? -
Originally posted by mcluelessIn 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
Comment