Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: NotifyIcon baloon tip Pin
Luc Pattyn15-Apr-07 6:03
sitebuilderLuc Pattyn15-Apr-07 6:03 
QuestionCommunication with Bluetooth device via COM Port Pin
Adnan Siddiqi14-Apr-07 21:58
Adnan Siddiqi14-Apr-07 21:58 
QuestionHow can I communicate to the USB port? Pin
zeeShan anSari14-Apr-07 21:03
zeeShan anSari14-Apr-07 21:03 
AnswerRe: How can I communicate to the USB port? Pin
Wayne Phipps14-Apr-07 22:08
Wayne Phipps14-Apr-07 22:08 
Questionabout saving data into remote system Pin
upadesh14-Apr-07 20:21
upadesh14-Apr-07 20:21 
AnswerRe: about saving data into remote system Pin
Jun Du15-Apr-07 5:47
Jun Du15-Apr-07 5:47 
QuestionSMS receiver using C# Pin
fajrif14-Apr-07 20:14
fajrif14-Apr-07 20:14 
AnswerRe: SMS receiver using C# Pin
Wayne Phipps14-Apr-07 22:27
Wayne Phipps14-Apr-07 22:27 
You have the chioce of using a GSM modem or a SMS gateway service.

A GSM modem will use an AT command set similar to a traditional modem which would allow you to 'query' the modem perhaps using a serial COM port.

A SMS gateway is likely to impliment thier own API or Web Service which you would consume in your application.

In both cases, the implimentation is likely to differ based on the service or hardware your use. You will therefor need to refer to the documentation provided by the manufacturer or service provider.

The following links may help:

SMS Gateway

GSM Modem


Introduction to SMS Messaging


Hope this helps


Regards

Wayne Phipps
____________

Time is the greatest teacher... unfortunately, it kills all of its students
View my Blog

QuestionOpen program and detect when it closes Pin
kripzz14-Apr-07 19:49
kripzz14-Apr-07 19:49 
AnswerRe: Open program and detect when it closes Pin
Christian Graus14-Apr-07 20:25
protectorChristian Graus14-Apr-07 20:25 
GeneralRe: Open program and detect when it closes Pin
kripzz14-Apr-07 23:43
kripzz14-Apr-07 23:43 
GeneralRe: Open program and detect when it closes Pin
Christian Graus15-Apr-07 0:51
protectorChristian Graus15-Apr-07 0:51 
AnswerRe: Open program and detect when it closes Pin
lmoelleb15-Apr-07 0:03
lmoelleb15-Apr-07 0:03 
AnswerRe: Open program and detect when it closes Pin
kripzz15-Apr-07 2:20
kripzz15-Apr-07 2:20 
QuestionTrouble with TypeConverter/TypeDescriptor Pin
Nathan Ridley14-Apr-07 19:10
Nathan Ridley14-Apr-07 19:10 
AnswerRe: Trouble with TypeConverter/TypeDescriptor Pin
Christian Graus14-Apr-07 20:24
protectorChristian Graus14-Apr-07 20:24 
GeneralRe: Trouble with TypeConverter/TypeDescriptor Pin
Nathan Ridley15-Apr-07 16:20
Nathan Ridley15-Apr-07 16:20 
QuestionDataGridView RowHeader Text Pin
freshonlineMax14-Apr-07 18:54
freshonlineMax14-Apr-07 18:54 
QuestionNeed Help With Win Forms Pin
DRAYKKO14-Apr-07 16:07
professionalDRAYKKO14-Apr-07 16:07 
AnswerRe: Need Help With Win Forms Pin
Muammar©14-Apr-07 19:29
Muammar©14-Apr-07 19:29 
AnswerRe: Need Help With Win Forms Pin
Christian Graus14-Apr-07 21:06
protectorChristian Graus14-Apr-07 21:06 
GeneralRe: Need Help With Win Forms Pin
DRAYKKO14-Apr-07 22:53
professionalDRAYKKO14-Apr-07 22:53 
GeneralRe: Need Help With Win Forms Pin
Christian Graus15-Apr-07 0:04
protectorChristian Graus15-Apr-07 0:04 
GeneralRe: Need Help With Win Forms Pin
DRAYKKO15-Apr-07 5:24
professionalDRAYKKO15-Apr-07 5:24 
QuestionHow get an Array with the EnumValues from a FlagEnum-Value Pin
MarkPhB14-Apr-07 12:48
MarkPhB14-Apr-07 12:48 

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.