Download Information
File Name:SMSCountry_COM_Object.exe
Download Size:[2.76mb]
Requires: Windows 95, 98, NT, 2000, XP, 2003
VISUAL BASIC – EARLY BINDING
To login, please enter the following:
Dim objSMS as clsHTTP_API_COM_Object
Set objSMS = New clsHTTP_API_COM_Object objSMS.UserName=xxxxxx objSMS.Passwd=xxxxxxx
STEP 2 – SEND SMS
To send SMS, please use the SendMsg function.
objSMS.SendSMS "9198xxxx","Test Msg","SMSCountry"
STEP 3 – SMS CREDIT BALANCE
To check the credit balance in your account, please use the following piece of code.
MsgBox objSMS.GetBalance
For More Details:Download Help Document
File Name:SMSCountry_COM_Object.exe
Download Size:[2.76mb]
Requires: Windows 95, 98, NT, 2000, XP, 2003
VISUAL BASIC – EARLY BINDING
This is the simplest way to send SMS messages.
NOTE: Make sure that you reference the 'HTTP_API_COM_Object Type Library' for all early binding examples.
For all other examples, you need to create a SMS object placeholder (Step 1 in Example 1).
STEP 1 – LOGINTo login, please enter the following:
Dim objSMS as clsHTTP_API_COM_Object
Set objSMS = New clsHTTP_API_COM_Object objSMS.UserName=xxxxxx objSMS.Passwd=xxxxxxx
STEP 2 – SEND SMS
To send SMS, please use the SendMsg function.
objSMS.SendSMS "9198xxxx","Test Msg","SMSCountry"
STEP 3 – SMS CREDIT BALANCE
To check the credit balance in your account, please use the following piece of code.
MsgBox objSMS.GetBalance
For More Details:Download Help Document