Click here to Skip to main content
15,891,777 members
Home / Discussions / C#
   

C#

 
AnswerRe: arrays Pin
MarkB77711-Jul-07 21:16
MarkB77711-Jul-07 21:16 
QuestionCOM-Ports Pin
roiter11-Jul-07 20:06
roiter11-Jul-07 20:06 
AnswerRe: COM-Ports Pin
Bekjong11-Jul-07 23:39
Bekjong11-Jul-07 23:39 
QuestionI want SMS of application Pin
srinivassam11-Jul-07 19:00
srinivassam11-Jul-07 19:00 
AnswerRe: I want SMS of application Pin
Michael Sync11-Jul-07 20:23
Michael Sync11-Jul-07 20:23 
GeneralRe: I want SMS of application Pin
srinivassam11-Jul-07 22:59
srinivassam11-Jul-07 22:59 
GeneralRe: I want SMS of application Pin
Michael Sync11-Jul-07 23:09
Michael Sync11-Jul-07 23:09 
AnswerRe: I want SMS of application Pin
Sven Cipido11-Jul-07 20:42
Sven Cipido11-Jul-07 20:42 
Hi,

First a bit of common info.
This can't be done directly. You should contact your mobile operator, because you will have to use the SMPP server of the celular service provider. It's also possible that you need a VPN connection to their computer (but I'm not sure about this). To use SMPP, you will need to use WinSock for the connection.

More info on how to use the SMPP can be found on the SMSForum : http://www.smsforum.net/.

You can also use a SMS Modem, but I don't have more info on this one.

A bit of advantages and disadvantages :
The SMPP option gives you these advantages and disadvantages:
- Massive amounts of SMS. Perfect for SMS spammers.
- Lower costs, depending whether your provider charges you for SMPP and how much.
- Providers rarely release access to SMPP to individuals. Sometimes not even companies.
The GSM Modem option gives you these other advantages:
- Freedom from the provider. Just insert the SIM and you are ready.
- It will handle (outgoing or incoming) only 1 message every 4.5 seconds.

Now todo this with .Net, here is a bit of info :
An example in C# : http://www.emant.com/681002.page
There are also a few examples on the codeproject itself :
http://www.codeproject.com/cs/webservices/SendSmsThroughWS.asp
http://www.codeproject.com/vb/net/PDUEncoder.asp
http://www.codeproject.com/smartclient/phoneat.asp
Several code examples : http://www.csoft.co.uk/sms/example_code/index.htm

So I hope this helps you with your problem.


GeneralRe: I want SMS of application Pin
srinivassam11-Jul-07 23:00
srinivassam11-Jul-07 23:00 
AnswerRe: I want SMS of application Pin
Vasudevan Deepak Kumar11-Jul-07 22:23
Vasudevan Deepak Kumar11-Jul-07 22:23 
QuestionWhere should I place a code that I wish to be run all the time during run time? Pin
Khoramdin11-Jul-07 10:20
Khoramdin11-Jul-07 10:20 
AnswerRe: Where should I place a code that I wish to be run all the time during run time? Pin
Giorgi Dalakishvili11-Jul-07 10:35
mentorGiorgi Dalakishvili11-Jul-07 10:35 
AnswerRe: Where should I place a code that I wish to be run all the time during run time? Pin
Martin#11-Jul-07 10:38
Martin#11-Jul-07 10:38 
QuestionMVP and Validation in C# and ASP.Net Pin
martin_hughes11-Jul-07 8:47
martin_hughes11-Jul-07 8:47 
AnswerRe: MVP and Validation in C# and ASP.Net [modified] Pin
Pete O'Hanlon11-Jul-07 9:17
mvePete O'Hanlon11-Jul-07 9:17 
GeneralRe: MVP and Validation in C# and ASP.Net Pin
martin_hughes11-Jul-07 9:38
martin_hughes11-Jul-07 9:38 
GeneralRe: MVP and Validation in C# and ASP.Net Pin
Pete O'Hanlon11-Jul-07 11:40
mvePete O'Hanlon11-Jul-07 11:40 
AnswerRe: MVP and Validation in C# and ASP.Net Pin
Kevin McFarlane11-Jul-07 12:53
Kevin McFarlane11-Jul-07 12:53 
Questionobsfucation Pin
snorkie11-Jul-07 8:42
professionalsnorkie11-Jul-07 8:42 
AnswerRe: obsfucation Pin
Judah Gabriel Himango11-Jul-07 12:52
sponsorJudah Gabriel Himango11-Jul-07 12:52 
GeneralRe: obsfucation Pin
snorkie11-Jul-07 16:49
professionalsnorkie11-Jul-07 16:49 
GeneralRe: obsfucation Pin
Judah Gabriel Himango12-Jul-07 4:53
sponsorJudah Gabriel Himango12-Jul-07 4:53 
AnswerRe: obsfucation Pin
Vega0212-Jul-07 21:28
Vega0212-Jul-07 21:28 
Questionmovable rectangle on image Pin
R.Myers11-Jul-07 7:37
R.Myers11-Jul-07 7:37 
AnswerRe: movable rectangle on image Pin
User 665811-Jul-07 8:05
User 665811-Jul-07 8:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.