Create modeless dialog ?
Mobile
2
Posts
2
Posters
4
Views
1
Watching
-
I created a modeless dialog in WinCE. But it always is shown in fullscreen mode ! I can't see anything in my main window. And when I want to come back to my main window, I must choose it again in Start button. Help me ! ======================= Nothing is perfect
-
I created a modeless dialog in WinCE. But it always is shown in fullscreen mode ! I can't see anything in my main window. And when I want to come back to my main window, I must choose it again in Start button. Help me ! ======================= Nothing is perfect
You have to handle the
WM_ACTIVATE
andWM_SETTINGCHANGE
messages like in the following CP article: A Non Full-Screen Dialog Class for Windows CE Daniel ;) --------------------------- Never change a running system!