assimang
Programmer
- Mar 11, 2008
- 96
Hello,
I have a mdi application. A mdi parent form (CentralFrm) and 4 children forms. Because i was wanted the user being unable to access the mdi parent form, while he was loading a mdi child form and during the child form is visible, i didn't declared the clildren forms as children which means that i didn't use Me.MdiParent = CentralFrm and i display them like this FrmChild.ShowDialog() and i am getting what i want, with a small problem. When i move a mdi child form i can see its breadcrumb and i want to avoid this. Any suggestions? Any help will be much appreciated.
Thanks everyone
in advanced
assimang
I have a mdi application. A mdi parent form (CentralFrm) and 4 children forms. Because i was wanted the user being unable to access the mdi parent form, while he was loading a mdi child form and during the child form is visible, i didn't declared the clildren forms as children which means that i didn't use Me.MdiParent = CentralFrm and i display them like this FrmChild.ShowDialog() and i am getting what i want, with a small problem. When i move a mdi child form i can see its breadcrumb and i want to avoid this. Any suggestions? Any help will be much appreciated.
Thanks everyone
in advanced
assimang