yahoo messenger dll required for sending message to yahoo IM user

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Could anyone please tell me which yahoo messenger dll is used for sending
messeges to another yahoo user through c# or vb or vc code?
 
deepak,

I don't know that they expose these functions publically. If anything,
you would have to find the exported functions (if there are any, it might be
a single executable, I don't know) and figure out the parameters passed to
it on your own.

It might be easier to look at any documents on the protocol (if it is
published) and write something yourself.
 
deepak said:
Could anyone please tell me which yahoo messenger dll is used for sending
messeges to another yahoo user through c# or vb or vc code?

I don't believe that there is a DLL which comes with Messenger that exposes
this functionality.

If you want to write a Yahoo! Chat client, you could take a look at
<http://holo-tech.com/ymsg.html>, which is unofficial documentation of the
protocol that Yahoo! Messenger uses. There is no official documentation.
 
Back
Top