I'm developing an application on WM6 pocket pc,my environment is visual
studio 2005 MFC.when i create a application that based on dialog,
windows mobile will always show a title bar even i disable the "title bar"
property of the dialog. Is there any way that disable the title bar
on the top of the window and the menubar on the bottom of the window? And i
don't want to create a full sreen window.Thank you very much for
all advice.

My purpose is to set a button(or icon) on the right area of the title bar on
Today screen, when i click the button(or icon),a menu appeared,
it is like HTC X-button.Do i must create a window? Is there any method to
accomplish this function? Thank you very very much!

Re: How to disable the title bar by JG

JG
Mon Dec 10 02:24:47 PST 2007

SHFullScreen( helps you?

"kathy" <kathy@discussions.microsoft.com> wrote in message
news:BE18BF8F-1708-4C5F-B44A-EE39709CAE33@microsoft.com...
> I'm developing an application on WM6 pocket pc,my environment is visual
> studio 2005 MFC.when i create a application that based on dialog,
> windows mobile will always show a title bar even i disable the "title bar"
> property of the dialog. Is there any way that disable the title bar
> on the top of the window and the menubar on the bottom of the window? And
> i
> don't want to create a full sreen window.Thank you very much for
> all advice.
>
> My purpose is to set a button(or icon) on the right area of the title bar
> on
> Today screen, when i click the button(or icon),a menu appeared,
> it is like HTC X-button.Do i must create a window? Is there any method to
> accomplish this function? Thank you very very much!