How to send SMS using c# -


i want send sms using c# coding

use smslib ( http://smslib.org/download/ )

you may find working codes here, had worked using java platform, , works fine. try c#.

all need gsm moden,connect usb , provide proper port number in availaible code @ smslib website.

download http://smslib.org/download/files/smslib.net-v3.5.0.zip

you find c# herein.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -