SIP without Menuber problem.

  • Thread starter Thread starter develman
  • Start date Start date
D

develman

Hi,

I use Pocket PC 2002 + .NET CF + C#.

I want to develop the application of a full-screen with SIP and without
MenuBar Control.

I tried it.

SHFullScreen(hwnd, SHFS_HIDESTARTICON | SHFS_HIDETASKBAR |
SHFS_SHOWSIPBUTTON);

and it works,
but It will disappear, if the icon of SIP is clicked twice.
(When SIP turned on and turned off then SIP is lost....)

In the case of Pocket PC 2003, it does not occur.

It is the phenomenon of occur only in the case of Pocket PC 2002.

Do you have any suggestion?

Please teach me the solution method.

Thaks in advance.
 
You can p/invoke SipShowIM to show the sip whenever you like. For fullscreen
apps I usually have a button somewhere on the form to show/hide the SIP or
program one of the hardware keys.

Mark Arteaga
ng_[at]_neotericsdc_[dot]_com
 
Back
Top