•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 456,589 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,613 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser: Programming Forums
Views: 71725 | Replies: 30
![]() |
•
•
Join Date: Sep 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by ruisi
hi, im new to vb.net and recently i am doing a web application on sending sms. anyone has got any codes for sending sms using vb.net?
or does anyone know where i can get relevant info for it.
Hi there
i have read ur question and u vl b surprised that instead of sending any solutions i m asking u the same question. i m also trying for the same thing as u r doing. what i have done is that i have developed a mail server and the person having registration in our mail server can mail each other. Now when any person is getting mail and if he is having a mobile then he will instantly get reported abt the mail. So plz do help me if u have find any code.
My email id is tailor_alpa@yahoo.com
Hoping and waiting for ur reply
Alpa tailor
•
•
Join Date: Feb 2005
Posts: 16
Reputation:
Rep Power: 4
Solved Threads: 0
hi both, i am now doing a project of sending sms using vb.net, but i have no idea of how to start, and do both of u have any code of that. and what type of gateway are you both using? thanks a millions. It is urgent. and my contact is april_er@msn.com. pls contact me thanks
To send SMS to mobile phone you cannot simply do it with "your own Code",
because SMS it's a resource inside the mobile network and the only way to
access it is by the means provided by the mobile operators (the network
owners).
most of them provide access trough web services, because it's a clean and
standard way that works throughout all platforms.
If you want "some other way" you can talk directly to the mobile operators
and ask them to provide you with SMPP access to the server, so you can send
messages from you code using SMPP instead of web services.
because SMS it's a resource inside the mobile network and the only way to
access it is by the means provided by the mobile operators (the network
owners).
most of them provide access trough web services, because it's a clean and
standard way that works throughout all platforms.
If you want "some other way" you can talk directly to the mobile operators
and ask them to provide you with SMPP access to the server, so you can send
messages from you code using SMPP instead of web services.
As posted by Letscode, you will have to use the SMPP server of the celular service provider. Depending on the country and the provider, it may be from easy to imposible to have them give you access to it. They may require a VPN connection to the computer making it happen. If you are going to use SMPP, you will need WinSock to create the connection and you will have to visit http://www.smsforum.net to learn SMPP. There yet is another way to do it. Read my next reply.
![]() |
•
•
•
•
•
•
•
•
DaniWeb VB.NET Marketplace
- sending sms (ASP.NET)
- Sending sms via asp..net (VB.NET)
- Need Suggestion regarding sending sms through asp.net app (ASP.NET)
Other Threads in the VB.NET Forum
- Previous Thread: Error:Occured
- Next Thread: Generate code Program Help


Linear Mode