Re: Sending SMS from VB using an SMS service provider
- From: "Alfie [UK]" <me@xxxxxxxxxxx>
- Date: Fri, 05 Jan 2007 15:41:34 +0000
On 13 Dec 2006 21:40:06 -0800, "Yasir Imran" <mirzayasir4@xxxxxxxxx>
wrote something that piqued my interest enough to reply with:
Hi there.
I work as IT admin in a company, However I am being assigned some
programming tasks as I know a little about that.
I have discussions with a local company who provides sms sending
service from following interfaces
FTP - (write values in a predefined file format & upload it)
HTTP - (write parameters in a url & go for it)
XML - (a predefined file format, fill it & post it over HTTP)
Web Interface - (go to service provider web, log in & send messages
from there)
(I have got these file formates & other detailed info about these
interfaces)
As Our company's software has been developed in VB 6, I need such an
application that works from VB program, an end user will provide values
like
- Mobile No.
- Message Text
& hit send button, the VB application should send this message to that
specified number. It will also use the Login Name, password & some
other message setting but end user will not know this (that can we do
inside our code or we'll keep these values hidden from end user by any
mean)
Can any one guide me, How I can accopmlish this task.
I will be greatly thankful
If you have the interface requirements from the SMS provider then it
should be fairly simple to construct. Possibly the HTTP method might be
easiest as you construct the URL from the info given then use a
webbrowser control in your VB app to open to that URL.
Or use the API calls to do it without requiring a webbrowser control
like http://www.vb-helper.com/howto_read_url_without_inet.html
--
Alfie
<http://www.delphia.co.uk/>
I tried sniffing Coke once, but the ice cubes got stuck in my nose.
.
- Prev by Date: Re: Spread*** to Website
- Next by Date: Upload Access Data to Web
- Previous by thread: Spread*** to Website
- Next by thread: Upload Access Data to Web
- Index(es):
Loading