Search code examples
vb.netwinformsformborderstyle

Winforms border style


I am trying to make a form with a border like the border on the Windows Vista volume control. The form would need to be resizeable as well.

enter image description here

Thanks, giodamelio

To be a little more clear about what I am looking for. Here is a form with the ControlBox property set to false.

enter image description here

Here is a rough Photoshop of what I am looking for.

enter image description here


Solution

  • Set the forms .Controlbox=False
    Set the forms .Text=""

    Done.