
maximize child form display multiple tool box controls on main form
Support I have a parent form call: frmMain
a child form call: frmChild
dim cMain as new frmMain
frmChild.MDIparent=cMain
Whenever I maximize the child form, it shows multiple control box on main
form which means: on main form, there are 2 x, 2 minimize, 2 maximize?
If I use frmchild.mdiparent=me (use inside main form), it's OK.