I made an mdi form, now how do I make it borderless, no title bar or control box or caption or anything?
Printable View
I made an mdi form, now how do I make it borderless, no title bar or control box or caption or anything?
Hi,
for not having a border --> set the "border" property to none.
for no title bar, u set the "control box" property to false.
"caption" property to ""
No affense, but I'd think that a fanatic member would already know that...
being a 'fanatic' member does not mean that you know everything. You could easily become a 'fanatic' by posting loads of questions and not answering any!!
The problem might be that a MDI form doesn't have a BorderStyle property.