Hey everybody.. could anybody give me some help with the oMessenger in Plus! API?
I can't seem to get it working, no matter what I do... I keeps erroring "User-defined type not defined"...
Am I right that using oMessenger would prevent Windows Messenger in running in background? right?....
What declares do I need to make in the class?...
code:
Public WithEvents objMessenger As oMessenger
or
code:
Public WithEvents objMessenger As MessengerAPI.Messenger
neither works!?
in the Initialize:
code:
objMessenger = New oMessenger
shouldn't this be enough?... what am I doing wrong?... I really can't seem to locate the problem...
Could anybody maybe post/upload an example plugin using the oMessenger?....
...
And another one:
At the moment i'm not using the oMessenger(beacuse I can't get it working)... But using the normal Messenger API... whenever I try any of these codes MSN crashes, no errors or anything.. just crashes...
code:
Set MsgrGroups = objMessenger.MyGroups
Set MsgrContacts = MsgrGroup.Contacts
It only does it when I'm using anything with the Groups or Contacts... GetContact works fine.... I can get them working perfectly in a seperate exe, but in a plugin it just crashses... I was just wondering if it is just me?.. or does anybody else also have this problem? does anybody know why? and is there a workaround this (Besides doing it in a seperate exe)? I want to get the groups and contacts in the different groups inside a plugin, using Messenger API... Also that's why I want the oMessenger object to work.. If I can't make this work, then the plugin have to have WM and WM running, and then I might as well do the contact list thing in an seperate exe....
Anybody help?
... Thx in advance....
BTW: The *.link suggestion will be released in a "beta" soon...
... I only need these 2 question answered... And then fix up the whole thing...
... so expect a release soon if I get an answer...