Hi,
I use this code:

Unload frmChild
DoEvents
frmChild.Show

When the child form is shown, its border size remains the same but its location in the parent MDI Form changes. How can i get rid of this?
Thanks