Dialog-based project
-
Hi, I'm developing a Dialog-based project in which I hide the Command bar and SIP Button (the bar below the screen). I use "SHInitDialog" and "SHFullScreen" methods that works OK. The problem is: If I open another application in the PPC (for example Word) which uses the SIP button and the SIP keyboard, then I close it and when my application reappears the command bar is here. I use "SHInitDialog" and "SHFullScreen" in the "WM_ACTIVATE" message and "OninitDialog" routine, but when my app retakes the control the command bar is not hide!. Anyone knows what's happen? How I can hide the commmand bar? Any help will be appreciated. Regards, Javier
-
Hi, I'm developing a Dialog-based project in which I hide the Command bar and SIP Button (the bar below the screen). I use "SHInitDialog" and "SHFullScreen" methods that works OK. The problem is: If I open another application in the PPC (for example Word) which uses the SIP button and the SIP keyboard, then I close it and when my application reappears the command bar is here. I use "SHInitDialog" and "SHFullScreen" in the "WM_ACTIVATE" message and "OninitDialog" routine, but when my app retakes the control the command bar is not hide!. Anyone knows what's happen? How I can hide the commmand bar? Any help will be appreciated. Regards, Javier
Do you use the WM_PAINt message?