FormBorderStyle and CE .Net

  • Thread starter Thread starter Duane
  • Start date Start date
D

Duane

Visual Studio .Net documentation specifies
that 'FormBorderStyle = None' is supported by the .net
compact framework. However, when the application runs in
CE, the form always has the default title bar. Is it
possible to show a Form in CE without a title bar? Any
help would be appreciated.

Thanks
 
Back
Top