README.md

December 5, 2022 ยท View on GitHub

Icq-SMS

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 On2001-05-21 18:31:24
ByBruno Coelho
LevelBeginner
User Rating4.0 (20 globes from 5 users)
CompatibilityVB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileIcq-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