make the form’s title bar disappear

I have done like this, but it doesn´t work becaouse the form has still the button for Maximized und Minimized.

"You can make the form’s title bar disappear altogether
by setting the form’s BorderStyle property to FixedToolWindow, the ControlBox property to False,
and the Text property to an empty string."
Source: VB .NET Mastering Visual Basic

 I have also tried by doing: Maximized, Minimized=false.

Anyone know why  I only want to schow a form which contents a tab control. I want The Tab to be  independet but i don´t want the form to showed.

  Thanks,
  Álvaro


Answer this question

make the form’s title bar disappear

  • aHbiaNz

    I believe you may also need to set the MaximizeBox and MinimizeBox properties to false.
  • Ariel Martin

    formborderstyle = none


  • make the form’s title bar disappear