F
Francois Searle
Hi
I have looked everywhere and can't seem to find why all my child forms of my mdiform shows behind my controls on the form?
Dim frm As New frmMyFrm
frm.MdiParent = Me
frm.Show()
Can anyone please help me. I want to place controls on my mdiform and show child forms above these controls.
Francois
I have looked everywhere and can't seem to find why all my child forms of my mdiform shows behind my controls on the form?
Dim frm As New frmMyFrm
frm.MdiParent = Me
frm.Show()
Can anyone please help me. I want to place controls on my mdiform and show child forms above these controls.
Francois