• 0

[vb .net] Remove this icon in MDI form?


Question

In the shot below, I have a form, in an MDI environment, maximized. Whenever I maximize it, the titlebar icon is placed next to the file menu. Is there a way to remove it?

post-47-1096399562.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Add:

[C#] this.ControlBox = false;

[VB.NET] Me.ControlBox = False

To your MDI Child's Load event.

Edit: Make sure you do this from code, setting the property at design-time won't work.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.