473,467 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Send SMS from VB .NET

Hello,
I'm implementing SMS notification on my OpenSource program
(http://healthmonitor.sourceforge.net) and I'm wondering if there is already
a class for sending SMS in VB .NET or someone else experienced the same
needings.
Thanks

Vittorio
Nov 20 '05 #1
7 6175
Although it's supposed to be aimed at the CF, this may help.

http://msdn.microsoft.com/library/de...tcfsendsms.asp

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Vittorio Pavesi" <n@spam.net> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hello,
I'm implementing SMS notification on my OpenSource program
(http://healthmonitor.sourceforge.net) and I'm wondering if there is already a class for sending SMS in VB .NET or someone else experienced the same
needings.
Thanks

Vittorio

Nov 20 '05 #2
Vittorio,

One option would be consuming a webservice that offers the SMS services.

Googling SMS webservice returned some useful links.

Best Regards,
Y. Sivaram

"Vittorio Pavesi" <n@spam.net> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hello,
I'm implementing SMS notification on my OpenSource program
(http://healthmonitor.sourceforge.net) and I'm wondering if there is already a class for sending SMS in VB .NET or someone else experienced the same
needings.
Thanks

Vittorio

Nov 20 '05 #3
When I consume my web services, I allways like to spread some peanut butter
on it first then wash it down with a mineral water !.

Seriously, this is a good option actually !
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Y. Sivaram" <ys******@remove.this.for.spam.yahoo.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Vittorio,

One option would be consuming a webservice that offers the SMS services.

Googling SMS webservice returned some useful links.

Best Regards,
Y. Sivaram

"Vittorio Pavesi" <n@spam.net> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hello,
I'm implementing SMS notification on my OpenSource program
(http://healthmonitor.sourceforge.net) and I'm wondering if there is

already
a class for sending SMS in VB .NET or someone else experienced the same
needings.
Thanks

Vittorio


Nov 20 '05 #4
Hi Terry,

I am always looking at that word consuming what is often used in this
newsgroups, I am glad a real Englishman gives the answer which I often want
to give hower cannot do it.

:-)

Cor
When I consume my web services, I allways like to spread some peanut butter on it first then wash it down with a mineral water !.

Seriously, this is a good option actually !

Nov 20 '05 #5
You can send a regular e-mail to send a SMS. The trick is to find the
gateway related to the provider of the cell phone you are trying to reach.
These can help:
· http://www.livejournal.com/tools/tex...l?mode=details
· http://www.notepage.net/smtp.htm
· http://simpleforce.net/fastsms/cellpro.html
· http://www.mymobileguardian.com/MG_Conventions.htm
--

HTH

Éric Moreau, MCSD
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Vittorio Pavesi" <n@spam.net> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hello,
I'm implementing SMS notification on my OpenSource program
(http://healthmonitor.sourceforge.net) and I'm wondering if there is already a class for sending SMS in VB .NET or someone else experienced the same
needings.
Thanks

Vittorio

Nov 20 '05 #6
Thanks, I found a good the solution with Tiscali SMS WebServices.

"Y. Sivaram" <ys******@remove.this.for.spam.yahoo.com> ha scritto nel
messaggio news:%2***************@TK2MSFTNGP10.phx.gbl...
Vittorio,

One option would be consuming a webservice that offers the SMS services.

Googling SMS webservice returned some useful links.

Best Regards,
Y. Sivaram

"Vittorio Pavesi" <n@spam.net> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hello,
I'm implementing SMS notification on my OpenSource program
(http://healthmonitor.sourceforge.net) and I'm wondering if there is

already
a class for sending SMS in VB .NET or someone else experienced the same
needings.
Thanks

Vittorio


Nov 20 '05 #7
I took a look on it but it seems a little complicated.
I'm trying to understand how it works.
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> ha scritto nel
messaggio news:eK**************@TK2MSFTNGP09.phx.gbl...
Although it's supposed to be aimed at the CF, this may help.

http://msdn.microsoft.com/library/de...tcfsendsms.asp
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Vittorio Pavesi" <n@spam.net> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hello,
I'm implementing SMS notification on my OpenSource program
(http://healthmonitor.sourceforge.net) and I'm wondering if there is

already
a class for sending SMS in VB .NET or someone else experienced the same
needings.
Thanks

Vittorio


Nov 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Steve Horrillo | last post by:
I can't figure out why this script won't insert the subject in the email and why can't I control the font and size being used? I'm not sure where to post this. Let me know where if this is OT. ...
0
by: zhimin | last post by:
Hi, I'm writing a program to send large file(100m) through dotnet using TCPListener & TCPClient, I'm sending the file with a ask and response loop: 1. Client send a flag 1 to server indicate it...
6
by: John J. Hughes II | last post by:
I have a service that needs to send e-mail alerts. I have been attempting to use the System.Net.Mail function from .NET but this seems to require the IIS be installed and running. Since some of...
13
by: Manfred Braun | last post by:
Hi All, I am trying to understand the blocking method socket.Send(). The call blocks as expected, but does this mean, it returnes after the underlying TCP layer got a confirmation, that the send...
3
by: Gerard | last post by:
Hello I have created a windows service to monitor a database, it starts some checks when a timer elapses. The checks send emails depending on their findings. My issue is that when I created a...
14
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my...
3
by: ultr | last post by:
Hello, I have read that send() may not send whole message and returns the nuber of bytes sent, so that we can handle the rest of the message. Is it true, because i have tested sending even 1MB...
11
by: hazz | last post by:
smtpClient.Send(message) is causing me problems as per specifics in the trace below. Email is sent but not without this error typically upon sending the second email, but sometimes when running...
15
by: cj | last post by:
How can I get a button in VB to send the contents of a text box via email in a manner similar to the "Send To\Mail Recipient" functionality that you can select via right clicking a file in Windows...
4
by: =?Utf-8?B?dHBhcmtzNjk=?= | last post by:
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. ...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.