How can I have a form that doesn't have the blue thread on top(form name and the three boxes on top)? Is there a option in the properties to remove this or is there code? Anyone has a example to show me what this is like?
Printable View
How can I have a form that doesn't have the blue thread on top(form name and the three boxes on top)? Is there a option in the properties to remove this or is there code? Anyone has a example to show me what this is like?
Set the border style to "None".
Yes, it is the same type at the "Splash Screen" form which is provided within Visual Basic. Just go to the Add Forms menu in the Project Explorer and you will see the Splash Screen option.
Hope this helps :):)
Actually, it's not the same. Setting the BorderStyle to none will make the Form completwly borderless. The Splash Screen template had boarders, only it doesn't have a title bar.
You can easily make your own Form like this, rather than having to add the template everytime.
Simply set the Caption to nothing. (Erase it) and set the ControlBox to False.