Results 1 to 7 of 7

Thread: It's about yahoo message

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    14

    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.

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    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/
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  3. #3
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    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.

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    14

    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.

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    14

    Re: It's about yahoo message

    anyone?

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    14

    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
  •  



Click Here to Expand Forum to Full Width