I am writing a new custom input method in platform builder itself. I have
copied all the files from msim (default IM) and changed the class ID, made an
entry in the project.reg files for specifying my input methods'd Dll name, I
have also change an entry in the project.bib file so that it is taken as part
of the susytem module. Everhthing is fine, but the break point is not hitting
my DllGetClassObject which is exposed by my Dll, and the OS is supposed to
call. It is calling the default/large IM's counter part instead. Pls help me.
Pls do not ask me why I am using the msim as it is!!!!...fisrt let me get rid
of this problem...then I will customize it...
"Paul G. Tobey [eMVP]" wrote:
> The API for writing a Software Input Panel uses COM (you implement objects
> according to COM standards). You cannot create COM objects in .NET CF 1.0,
> so you can't use the released framework or tools. I could be wrong, but I
> don't think that you'll be able to do this in 2.0, either. What's you
> reason for not simply taking the code in C++ and using it? Seems like you'd
> be done with your SIP before you even got started with .NET CF 2.0...
>
> Paul T.
>
> "T. Schissler" <(E-Mail Removed)> wrote in message
> news:4619E56A-AA3C-43C5-8483-(E-Mail Removed)...
> >I found a sampel to create a custom input method for mobiel
> > devices(http://www.pocketpcdn.com/articles/im.html) , but it is written in
> > Microsoft eMbedded Visual C++ 3.0. I want to do the same with .Net Compact
> > Framework 2.0 in C#. Has anybody a sample or a hint how to do this?
> >
> > Thanks
> > Thomas
> >
> >
>
>
>