quote:
Originally posted by Deco
Matty,
How would I use th API after that? Just call it's functions or do I need to declare stuff ..?
Thanks
Normally calling the functions like you would in Visual Basic. So the Variable declared there is MessengerAPI, so to open a conversation window you do
code:
MessengerAPI.InstantMessage('johndoe@hotmail.com');