I've heard of the IMessenger interface. But i'm not sure how to use it. How do i create the object for it? Is it a COM object or a WIN32 dll?
Printable View
I've heard of the IMessenger interface. But i'm not sure how to use it. How do i create the object for it? Is it a COM object or a WIN32 dll?
Well I am not 100% sure but I think you create as a COM object. does it show up in the references list in VB. if it does you should be-able to add in your project.
as for example I am not sure never really messed around with msn. But one good place you may have some look is www.pscode.com I seen a few examples there before.
It's a COM library, as dreamvb said you can add it in the References dialog box, under the COM tab. I think it's called "Messenger API Type Library", or something.
thanks.