Add a shortcut to the Softinputpanel menu

G

Ganesh

Please give me some advice,and thanks.
My Question is.
I built a control on which the user can scribble letters
how can i add this control to the "Softinputpanel menu "
along with the letter recogniser ,keyboard and block
recogniser?

Any one know this.
-Ganesh,MCP
 
P

Peter Foot [MVP]

To create a SIP which can be registered with the system it must implement
the IIMCallback interface which determines how it can be called by the
operating system. Because a .NETCF assembly cannot expose functions which
can be called from native code you can't write a SIP using .NETCF 1.0
There is more detailed information in the Pocket PC 2002/3 SDK, but you
would need to develop the component in native C++ with eVC. There is a
useful section online here:-
http://msdn.microsoft.com/library/d...e_ppc/htm/programming_pocket_pc_2002_ftnq.asp


Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides
 

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

Top