so how can i send sms via icq in vb6?
Thank's.
Printable View
so how can i send sms via icq in vb6?
Thank's.
Welcome to VBForums! :wave:
I'm pretty sure that's impossible.
Only two ways I know of to send an sms using vb6.
The first is to use Inet control to connect to a company's texting webpage (like www.vtext.com) and using the page to send the sms.
Or, using vb6 to send an email to an sms email address. For instance, if you have verizon and your phone number were (555) 555-1234, then I would send the email to: "[email protected]".
See here for a listing of common "sms email addresses".
See #3 here for some more info on how to send emails.
Good Luck!