|
-
Nov 5th, 2000, 10:11 AM
#1
Thread Starter
New Member
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?
-
Nov 5th, 2000, 10:23 AM
#2
Fanatic Member
Set the border style to "None".
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
-
Nov 5th, 2000, 10:44 AM
#3
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 
-
Nov 5th, 2000, 11:41 AM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|