VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ICQSMS Activex Component (Updated)

by Vijay Bhatter (2 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

For all those developers who want to integrate the Mobile SMS feature in their applications I recently developed an ActiveX dll component in Visual Basic which can send your SMS messages through the ICQ Network from ASP / Visual Basic applications.
I would be glad if you all please do give your valuable feedback and yes don't forget to vote for my code. Till then Happy SMS'ing.

Inputs
<% set ICQSMS = CreateObject("ICQSMS.SMS") ICQSMS.DeveloperName = "Vijay Bhatter" ICQSMS.DeveloperEmail = "[email protected]" ICQSMS.ResponseTime = 15 'Syntax: 'ICQSMS.SendSMS ICQUIN,Password,CountryCOde,MobileNumber,Message 'eg: ICQSMS.SendSMS "30110446","xdwswe","91", "9831010101","I love SMS" set ICQSMS = nothing %>
Assumes
====================== Installation Procedure ======================= 1. Compile the code to ICQSMS.dll. 2. Save the above component in your C:\Winnt\System32 folder. 3. Register the dll. eg. regsvr32 C:\winnt\system32\icqsms.dll ====================== Minimum Requirements: ====================== To run this application you'll need Microsoft Internet Transfer Control and Visual Basic Runtime dll installed onto your system. ====================== Request ====================== I would be glad if you all please do give your valuable feedback and yes don't forget to vote for it. Till then Happy SMS'ing.
API Declarations
'For VB applications
Dim MySMS As New ICQSMS.SMS

Rate ICQSMS Activex Component (Updated)

Download ICQSMS Activex Component (Updated)

Download ICQSMS Activex Component (Updated) (19 KB)

ICQSMS Activex Component (Updated) Comments

No comments have been posted about ICQSMS Activex Component (Updated). Why not be the first to post a comment about ICQSMS Activex Component (Updated).

Post your comment

Subject:
Message:
0/1000 characters