Before using the SMS API (ActiveX), please go through the following check
list:
· GSM modem is properly set-up (refer to the GSM modem installation
guide).
· Identify the COM port where the GSM modem is connected (refer to
the SMS Gateway Development CD)
· The IDE (VB6, VB.net, VC++, etc.) is properly configured to use the ActiveX (refer to your programming guide)
Below is a Visual Basic example on how to configure to use the "MobitekSMSAPI5.dll"
1. Go to "Project > References"
2. Click "MobitekSMSAPI5"
3. Create object for SMS
Dim SMS as New MobitekSMSAPI5.SMS
4. Create object for USSD
Dim USSD as New MobitekSMSAPI5.USSD