|
-
Oct 21st, 2000, 08:36 AM
#1
Thread Starter
Ex-Super Mod'rater
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.

-
Oct 21st, 2000, 10:24 AM
#2
Frenzied Member
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.
-
Oct 22nd, 2000, 08:12 AM
#3
Thread Starter
Ex-Super Mod'rater
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.

-
Oct 22nd, 2000, 10:40 AM
#4
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|