Add a shortcut to the Softinputpanel menu

  • Thread starter Thread starter Ganesh
  • Start date Start date
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
 
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
 
Back
Top