Results 1 to 4 of 4

Thread: Removing the Forms Title Bar and borders

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Location
    Toledo, Ohio
    Posts
    6

    Removing the Forms Title Bar and borders

    Does anyone have a method for removing the title bar and borders on a form? I want to make a splash screen using an image as a background.

  2. #2
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    Re: Removing the Forms Title Bar and borders

    set the FormBorderStyle to none in the Form's Property

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Removing the Forms Title Bar and borders

    And set the form's text property to empty....

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Removing the Forms Title Bar and borders

    I don't know if this is still true in .NET, but in VB6, you needed to set the text property (actually, the caption, back then) to "", and set the controlbox to false.
    My usual boring signature: Nothing

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