I have removed text from the Text property of the form, and removed the
control box, and it works in the designer... no title bar. But when I
deploy the app to CE.NET, the bar is still there (albeit with no text
and control box).
This is such a waste of space! I want that bar gone so I can put other
stuff there.
Any ideas?
Steven Nagy
rmcbeth@twotech.com - 22 Dec 2005 13:19 GMT
Steven,
Make sure that under your form properties:
FormBorderStyle = none
and
ControlBox = false;
Ryan
> I have removed text from the Text property of the form, and removed the
> control box, and it works in the designer... no title bar. But when I
[quoted text clipped - 7 lines]
>
> Steven Nagy