Sip button without MainMenu

  • Thread starter Thread starter Matteo Cima
  • Start date Start date
M

Matteo Cima

Hi,
i am using intermec 700 with ppc2003 and i found an interesting feature:
In some apps (like Query Analyzer) i have the sip button at the lower right
corner, but there's no mainmenu bar.
That's exactly what i need in my app.

How is it possible in CF ? Or what apis to p/invoke are needed?

Thanks,

--
Matteo Cima,
Senior Developer, Mobile Expert, Project Manager, Lead Analyst,
Dotnet, C# (Csharp) and Compact Framework Expert
Digisoft srl Italy
msn: matteodellamontagna_hotmail_com (you know what to do with those
underscores, don't you?)
 
I found a solution,

SHFullScreen(hwnd, SHFS_SHOWSIPBUTTON);

and it works, but when i click on the icon the second time to hide the
keyboard, the sip button hides, and i have to call SHFullScreen(hwnd,
SHFS_SHOWSIPBUTTON); again... is this normal? I am using a fullscreen form.
How can i trap the event of the sip button hiding, so i can show it again?

Thanks
Matteo.
 
Back
Top