Switch between fullscreen and small window

Hi all
I’m developing a win32 application to be deployed on a handheld running the window mobile 5.0 0S.

I’m trying to display in fullscreen using the SHFullScreen, ShowWindow and MoveWindow (as explained in http://support.microsoft.com/default.aspx/kb/266244).

When a floating popup menuitem is clicked I would like to show the menu bar (=command bar) again.

When I try do so, the window get resized and the menubar appears but when the rendering function is invoked fullscreen returns again although the menu bar is still activated.

that’s all
if anything is not clear please ask

Thanks a lot guys
I wished someone will respond!!!

I would like to add a question: When I use the MoveWindow() function should I create another eglSurface and destroy the old one?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.