March 8th, 2000, 12:31 PM
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
ie i dont want my app to look like a windows app
thanks
kendooooooo
|
Click to See Complete Forum and Search --> : how do you remove the title bar? March 8th, 2000, 12:31 PM 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 Kyle Burns March 8th, 2000, 12:33 PM In the property window of your form, set the BorderStyle property to "0-None". This is the same way you do your splash screens. The Matrix March 8th, 2000, 08:34 PM did you start yesterday? Subzero Crazy D March 9th, 2000, 01:36 AM 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" Rodrigo March 12th, 2000, 10:28 PM 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). Atlantisoft March 13th, 2000, 01:17 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |