I'm quite new to API programming from within Access in VBA, so it's not yet clear to me how to access an external library using CREATEOBJECT or similar: at this moment, I can just copy&paste some code I find around and tune it.
Browsing around available references in Access I found some interesting libraries I'd like to examine, as they could be useful to manage my phone from PC:
Motorola MPSDRC tpe lib 1.0
Motorola Email Message Centre Typelib...
Motorola ContProSap tpe lib 1.0
How can I now how they can be used? By pressing F2 from within a code window I can see all methods and properties exposed by those libraries.... but I miss the first step: how to connect to them? I guess I need something like CREATEOBJECT("word.application"), "tuned" for these libraries... or not?
-- Jumpjack --
Browsing around available references in Access I found some interesting libraries I'd like to examine, as they could be useful to manage my phone from PC:
Motorola MPSDRC tpe lib 1.0
Motorola Email Message Centre Typelib...
Motorola ContProSap tpe lib 1.0
How can I now how they can be used? By pressing F2 from within a code window I can see all methods and properties exposed by those libraries.... but I miss the first step: how to connect to them? I guess I need something like CREATEOBJECT("word.application"), "tuned" for these libraries... or not?
-- Jumpjack --