Hi,
I use a property sheet in which only the first page is in fullscreen
mode.
For that, I call SHFullScreen in the OnSetActive and the OnKillActive
of the first page.
Sometimes, I need to display a MessageBox, but when I click the
MessageBox off it makes my fullscreen off too.
I tried to use the OnActivate message to restore the fullscreen state
but I didn't succeed.
It seems messages don't arrive in the order I expect.
Does someone know what happens when we close a message box over a
property sheet?
In which order do the messages arrive?
What is the appropriate message to restore the fullscreen mode?
I made a lot of tests without success, I really need a clue.
Thanks.
PS : I use EVC++ 4 and PocketPC 2003 SDK