Can't remove title bar from CE.NET app

  • Thread starter Thread starter Steven Nagy
  • Start date Start date
S

Steven Nagy

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
 
Steven,

Make sure that under your form properties:
FormBorderStyle = none
and
ControlBox = false;

Ryan
 
Back
Top