If I run my application and open a child form, that form opens and anchors to the top left corner, underneath the application's menu bar, as it should do. Why then, if I close and then reopen it, does its position change - sometimes sitting on top of the application menu bar, concealing some of it, sometimes correctly sitting below the menu bar but moved down and across to the right? This applies to all my forms.
Each form has a
line in my frmMain_load sub but that is the only code I use (I think!) that relates to MDI. Have I missed something here?
Each form has a
Code:
frmSetWork.MdiParent = Me