Form without titlebar

P

PR

I am developing a Windows CE (not Pocket PC or Smartphone) application using
Compact Framework. How do I create a form without a titlebar. I would
still like to have a menu, toolbar and the minimize/maximize/close buttons.
But they should all line up in the same row horizontally. The standard
application shiiped with Windows CE 4.2 emulator (for example, Microsoft
Wordpad) do this. Is there a way to accomplish that from Compact Framework?

Thanks
PR
 
D

Daniel Moth

Not having the titlebar but still having mainmenu and toolbar is easy: just
set the ControlBox to false and the FormBorderStyle to None.

As for showing minimise/maximise/close buttons, you might have to implement
them yourself on the toolbar...

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top