What I do is add group container control to the form and then remove the borders from the form it self. I then set the docking to fill to form. You can then add your controls to the group control and it looks somewhat nice compared to a non-skinned mdi form. The only problemis you lose the close button in the upper right hand corner, but you can add your own if you need it. Hope this helps.
Vince