README.md
December 5, 2022 ยท View on GitHub
Description
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 PSC, but now it doesn't works becase the guys from icq changed their system. My way it works. At least until they change again ! :)
More Info
| Submitted On | 2001-05-21 18:31:24 |
| By | Bruno Coelho |
| Level | Beginner |
| User Rating | 4.0 (20 globes from 5 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Complete Applications |
| World | Visual Basic |
| Archive File | Icq-SMS198695212001.zip |
API Declarations
Private 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