> Is it possible to interoperate with Windows Messenger using .NET? For
> example to create and register event handlers to various windows messenger
> events like someone of your contacts to come online.
This isn't the subject of this group in general or what I know well in
particular.
Nevertheless, I think that this link describes your options with respect to
interoperating with Messenger:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winmessenger/wi
nmessenger/messenger_entry.asp
Regards,
Will
Ioannis Vranos - 13 Apr 2004 11:25 GMT
> > Is it possible to interoperate with Windows Messenger using .NET? For
> > example to create and register event handlers to various windows messenger
[quoted text clipped - 5 lines]
> Nevertheless, I think that this link describes your options with respect to
> interoperating with Messenger:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winmessenger/wi
nmessenger/messenger_entry.asp
Thanks for the link. I saw that it is related to Win32 API however. Isn't
there any .NET API?
Regards,
Ioannis Vranos
William DePalo [MVP VC++] - 13 Apr 2004 17:12 GMT
> Thanks for the link. I saw that it is related to Win32 API however. Isn't
> there any .NET API?
As I said, it is not my specialty but I don't believe so. Of course, I could
be wrong.
You might want to check with the likes of Jabber to see if they have
anything to offer in terms of interoperability.
Regards,
Will
Ioannis Vranos - 13 Apr 2004 21:31 GMT
> As I said, it is not my specialty but I don't believe so. Of course, I could
> be wrong.
>
> You might want to check with the likes of Jabber to see if they have
> anything to offer in terms of interoperability.
Ok, anyway thank you for your replies.
Keep coding,
Ioannis Vranos