SIP without Menuber problem.

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top