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
Printable View
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
In the property window of your form, set the BorderStyle property to "0-None". This is the same way you do your splash screens.
did you start yesterday?
Subzero
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"
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).
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.