This is my code for sending SMS using BulkSMSGateway - ATSMS.dll.
Code:
Imports ATSMS
Imports ATSMS.SMS
Partial Class bulkSMS
Inherits System.Web.UI.Page
Private Const PHONE_BOOK As String = "phonebook.txt"
Private m_strPhoneBook As String
Private WithEvents oGsmModem As New GSMModem
Dim tbl As String
Dim str
Leave a comment: