Click here to Skip to main content
15,904,156 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm working right now a windows form application in visual studio C# to read sms message, right now i can read sms message when I pressing the read button, How to read sms messages automatically using C# without pressing any button?


What I have tried:

in tried to make a application that read sms messages receives on gsm by pressing the button to read the message.
Posted
Updated 17-Jan-18 19:54pm

1 solution

The below example helps but, i am quite not getting your question how can you read the messages with out clicking Read button.If you want to modify the winform design that was done in below example then please add a horizontal and vertical scroll bar to Read message pane and then you can read complete message

Send and Read SMS through a GSM Modem using AT Commands[^]
 
Share this answer
 
Comments
jepm16 18-Jan-18 2:26am    
what I mean is just one pressed then read the SMS message. my question is how to read the message without pressing again the Read button. I just when start reading then it will automatically read the incoming messages

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900