Results 1 to 4 of 4

Thread: Sending a message to ICQ using VB.

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Cool

    Does anyone know how to send a message to a ICQ No. using VB?

    It doesn't matter if it isn't a standard message. Just as long as the text is sent.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Yep, it's possible, I did it before, you have to download the ICQ api: http://www.icq.com/api/

    The examples provide will get you started, you can make the message dialog appear, and you can then use the GetWindow and GetWindowEx api to click the send button, it's not that hard, be sure to read the documentation provided in the ICQ api, these will help you.

    Unfortuanatly I deleted my sample project but I'll be willing to help you if you need me to (ICQ me if you need me)

    Have funnn!
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Thanx for that

    but I have also found out a easier way. Simply get VB to send a e-mail to [ICQ No.]@Pager.ICQ.COM

    Mind your help did help me a lot.

    One slight problem with the ICQ API User Guide.
    The Examples are in C++.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  4. #4
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    If you have problems translating the C++ delcares to VB read this:

    http://www.vbthunder.com/reference/readcpp.html
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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