|
-
March 8th, 2000, 01:31 PM
#1
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
-
March 8th, 2000, 01:33 PM
#2
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.
-
March 8th, 2000, 09:34 PM
#3
Re: how do you remove the title bar?
did you start yesterday?
Subzero
-
March 9th, 2000, 02:36 AM
#4
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"
-
March 12th, 2000, 11:28 PM
#5
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).
-
March 13th, 2000, 02:17 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|