You must simply integrate our SMS ActiveX in your software apps.
Software only:
for users who already own a compatible GSM modem or phone.
Software+modem:
for users needing a complete solution.
You can choose Siemens MC35i (serial modem), Modex GPRS (USB) and Modex EDGE (USB, quad-band).
Just few lines of code are needed to send and receive SMS from your software applications.
Please download our SMS tutorials and examples and learn how to send and receive SMS from Visual Basic, Visual C++, .NET C#, ASP, Access, Excel...
You can also integrate SMSLibX into Borland Delphi, C++ and any other programming environment supporting ActiveX components.
As an example, here's all you need to send and receive SMS from Visual Basic 6:
'// Using SMSLibX with Visual Basic 6 ' Initializing the modem. Private WithEvents Modem As New SMSModem ... Modem.OpenComm gsmModemSiemens, 1, , smsNotifyAll ... ' Send an SMS. Private Sub cmdSend_Click() Modem.SendTextMessage "+393481234567", "Hello" End Sub ' Receive an SMS (by event). Private Sub Modem_MessageReceived(message As SMSDeliver) MsgBox message.Body, , _ "New message from " & message.Originator _ " at " & message.Timestamp End Sub
With SMSLibX you can:
SMSLibX exposes a well-organized object library providing SMS and GSM communication functionality.
It provides a complete user manual & reference and several SMS tutorials and examples helping SMS integration into your source code.
To complete the developer's kit, the SMSLibX Test Utility allows to test your installation and most software functionality. This tool is supplied together with its source code (VB6) so you'll be able to use it as a reference and testing ground
for your SMS applications.
Click on the screenshot to enlarge it.
Ready-to-use SMS communication.
Oct 31, 2008 - SMS&Co web site published.
Mar 28, 2008 - SMS&Co acquires SMS software products from MENHIR Informatica.
- Working teams
Contact your customers and mobile co-workers by SMS.
- Mobile marketing
Contact your audience with friendly SMS communication.
- Services and associations
Contact service subscribers and associates by SMS.
- Commercial consultants
Remind fiscal deadlines to your customers with an SMS.
- Medical offices
Send appointment reminders to your patients by SMS.
- Schools
Keep in contact with parents and students by SMS.
Learn how to send SMS and receive SMS with SMSLibX:
Different ways to send and receive SMS messages:
Create a message list and send it to multiple recipients with SMSList.
Integrate SMSLibX ActiveX into your web pages (ASP or other server-side technologies) to send and receive SMS from your site.
With SMSLibX you can add SMS sending and receival capabilities to Excel worksheets and Access databases.