I can succesfully create a Messenger object with:
code:
Set oMessenger = New MessengerAPI.Messenger
I can succesfully show MyFriendlyName in a MsgBox
I try to use these stuff in the ParseCommand function.
But I can't get the Contacts-code from above working...
MSN+ stops when I try to do this:
code:
Dim iContact As MessengerAPI.iMessengerContact
Dim iConv As MessengerAPI.IMessengerConversationWnd
and then says there is no such MSN+ function supported.
I also don't see the codes like iMessengerContact in the dropdownlist as element of MessengerAPI when I'm coding...
Does someone know how I can fix this?