|
-
May 18th, 2007, 11:52 PM
#1
Thread Starter
New Member
It's about yahoo message
Does anyone can teach me how to make a meassage reply machine?
It's like Yahoo message reply machine.
I had seen a lot reply machine but I don't know how to make it.
Does anyone can give me a way or teach me how to do?
I'm using Visual Basic 6.0
Please.
-
May 19th, 2007, 02:22 AM
#2
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/
-
May 19th, 2007, 02:38 AM
#3
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.
-
May 19th, 2007, 07:12 PM
#4
Thread Starter
New Member
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?
Last edited by m110033; May 19th, 2007 at 08:03 PM.
-
May 21st, 2007, 06:37 AM
#5
Thread Starter
New Member
Re: It's about yahoo message
-
May 21st, 2007, 07:56 AM
#6
Re: It's about yahoo message
 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
-
May 22nd, 2007, 01:35 AM
#7
Thread Starter
New Member
Re: It's about yahoo message
Then can anyone can teach me how to use Taiwan Yahoo message's reply machine?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|