Results 1 to 4 of 4

Thread: form

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    5
    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?

  2. #2
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    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

  3. #3
    Guest
    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

  4. #4
    Guest
    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
  •  



Click Here to Expand Forum to Full Width