I put a button in my MDI Parent Form and then when I call my form inside the MDI form, the button is always on top of my Form1.
Please help me how to fix this. Thanks.
Please help me how to fix this. Thanks.
VB.NET:
myForm= New Form1(idNumber)
myForm.MdiParent = Me
myForm.Show()