Windows Mobile 2003 and Home screen plugins

G

Guest

Hello...

Can anyone explain what exactly a plugin is? I understand it is an
application of some sort, but is it even possible to create one using the
..NET CF?

Does anyone know of a site that has plugins available for download?

Thank you
 
A

Alex Feinman [MVP]

Plugin is a COM DLL that exposes several specific interfaces. It is
referenced from a homescreen xml (an .hme file) via CLSID and provides some
functionality accessible via phone home screen. It occupies a segment of the
home screen, can resize vertically and respond to input events.

Becuase it is a COM object, plugin cannot be written using CF (neither v1
nor v2). You need Embedded Visual C++ to write one. As for the download
sites - search around there are plenty of them
 

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