Remove Ugly MDI Container Borders

ryanrio95

New member
Joined
Feb 16, 2011
Messages
4
Programming Experience
1-3
I have a Form, that is a MDI Container.
But the grey window where the Childform are in has a 2 pixel width border around it.
I don't like it and it is really ugly. Can someone help me with that?

Regards, Ryan.
 
Getting a "Handle" on the MDI Client - CodeProject
If you download the source you can add the 'MdiClientController' to Toolbox (from the MdiClientController.dll in Bin/Release) and add it to form. Then just set its BorderStyle property there.
The methods used in this article can also be used in VB.Net, if you should have interest in that.
 
Back
Top