by Bruno Coelho (3 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)
You can send sms messages to mobile phones thru Icq Server without having to open a webbrowser or internet browser. It works perfectly.
This code is an upgrade to some code i've seen on the VBC, but now it doesn't works becase the guys from icq changed their system. My way it works. At least until they change again ! :)
API DeclarationsPrivate Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Download Icq-SMS (2 KB)