Re: It's about yahoo message
Search the forum for "Chat client" or "Messanger". There are lots of thread on this topic.
You'll probably need to use Winsock control / RichTextBox / WebBrowser control / Textbox. Read documentation on those controls.
Here are a few external sources that may help you getting started:
http://www.codeguru.com/vb/vb_intern...cle.php/c1621/
http://www.vb-helper.com/howto_winsock_chat.html
http://www.devarticles.com/c/a/Visua...-Visual-Basic/
Re: It's about yahoo message
If you're making your own yahoo client then just build it into that.
If you want it to work with the official Yahoo Messenger client, then you may need to use some APIs to find the PM window, get the text received, then send an auto response by filling the reply textbox and 'clicking' the send button.
There's a bunch of code on www.pscode.com/vb for 'getting yahoo chat/pm text' if you search.
http://www.pscode.com/vb/scripts/Bro...t=Alphabetical
Unless Yahoo comes with libraries you can reference in your project and I don't think it does.
Re: It's about yahoo message
Hmm...
Then If I use Taiwan Yahoo message how can I modify.
For example,I have to get the Yahoo! message from Taiwan's message.
But The place " http://www.pscode.com/vb/scripts/Bro...t=Alphabetical "
is for Amercian's.
So...what should i do?
And.
What's the sentence mean,Dont forget to add a referance to the Microsoft HTML Object Library (MSHTML.TLB)?
What's the red word mean?
Re: It's about yahoo message
Re: It's about yahoo message
Quote:
Originally Posted by m110033
What's the sentence mean,Dont forget to add a referance to the Microsoft HTML Object Library (MSHTML.TLB)?
What's the red word mean?
Click Project/References
Find Microsoft HTML Object Library
Check the box next to it and click OK
Re: It's about yahoo message
Then can anyone can teach me how to use Taiwan Yahoo message's reply machine?