I want to use the palm desktop object model and so i try to retrieve the desktop application object. I've seen in palm desktop sdk that we have 2 possibilities in order to do that. - one is to use OnInitialize method thanks to mfc (addin) - the other is to use extensions
I don't use MFC. In fact, I call COM librairies functions in a dll, and I try to use extensions IExtensionHolder is the primary interface that an extension can retrieve to interact with the Palm Desktop. We can use its Application property to access the entire Palm Desktop Object Model. An extension can retrieve this pointer by querying its client site for a IServiceProvide interface, and then QueryService for an IExtensionHolder. My problem is to retrieve the client site. How can i do this ? because we need a pointer on IOleObject interface but how can i create it ? I try to use OleCreate but I need the CLSID of the IOleObject object and there isn't any CLSID for it. The final goal is not to make an extension like activex control (as noticed in the sdk) but it's to retrieve data from the palm desktop (address, event ...) thanks to IDesktopApplication interface for synchronization. thanks in advance -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
