CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Guest

    how do you remove the title bar?

    hello ....can anyone tell me how i can remove the title bar from the vb application???
    ie i dont want my app to look like a windows app
    thanks
    kendooooooo



  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: how do you remove the title bar?

    In the property window of your form, set the BorderStyle property to "0-None". This is the same way you do your splash screens.


  3. #3
    Join Date
    Feb 2000
    Location
    garden grove, california
    Posts
    64

    Re: how do you remove the title bar?

    did you start yesterday?

    Subzero

  4. #4
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: how do you remove the title bar?

    You can use any windowstyle, you can set the controlbox property to false, and set the caption to ""... that should work (at least it does for me)


    Crazy D :-)
    "One ring rules them all"

  5. #5
    Join Date
    Mar 2000
    Location
    Chile
    Posts
    6

    Re: how do you remove the title bar?

    One way to look less Windows, is to use non-rectangular windows. You can go to <http://nt1.pncl.co.uk/sbutler/vb/tips.asp> and see how its done (it's really amazing).


  6. #6
    Join Date
    Feb 2000
    Location
    America
    Posts
    130

    Re: how do you remove the title bar?

    Is there any way to do this and keep the icon in the TaskBar on the Application's Window Button (thing representing the application on the taskbar)

    Thanks,
    Atlnatis

    The point of programming isn't for you to change technology, but for technology to change you.


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

Featured