Results 1 to 7 of 7

Thread: Send SMS from VB

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Location
    Chennai, India
    Posts
    25

    Send SMS from VB

    Hi Guys

    I am in need to write a program about "Sending SMS from VB Code".
    currently i am having 0% of knowledge on this area. Could any one increase my knowledge on this topic?

    Please accept my request and send any relevent web sources.

    Thanks in Advance

    Regards,
    Suresh

  2. #2
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Send SMS from VB

    well... before you do that i think you'll have to register in any website that sends SMS.
    i dont think there is a stand alone control or software that does that on its own(as far as i know) without incorporating it with a website.
    because i've also searched for this times over and with no better result.

    Note:this is IMO
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Location
    Chennai, India
    Posts
    25

    Re: Send SMS from VB

    Thanks for ur reply.

    Let me more clear on this topic.

    Can you suggest me - the website names, please?

    Regards
    Suresh

  4. #4
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Send SMS from VB

    Quote Originally Posted by suresh.cgmohan
    Thanks for ur reply.
    Let me more clear on this topic.
    Can you suggest me - the website names, please?
    yeah sure... google it

    do a search on google for Free SMS

    after you have decided which of the site to use, you'll now go on and create your app with the criteria they use in sending the sms(but note that most of them require you to login first).
    and i think the WebBrowser Control will be needed for this...
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  5. #5
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Send SMS from VB

    Quote Originally Posted by suresh.cgmohan
    Hi Guys

    I am in need to write a program about "Sending SMS from VB Code".
    currently i am having 0% of knowledge on this area. Could any one increase my knowledge on this topic?

    Please accept my request and send any relevent web sources.

    Thanks in Advance

    Regards,
    Suresh
    Most people here are more willing to help if they see you have researched your question and have attempted to write some of the code yourself.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  6. #6
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: Send SMS from VB

    Quote Originally Posted by modpluz
    well... before you do that i think you'll have to register in any website that sends SMS.
    Not the only way to do it...there's service numbers out there that are public access, meaning that they accept a message from *anyone* who calls and forwards the message to the required recipient. The problem with these are they're usually foreign so you're paying for an international phone call (although it's only a few seconds)...in that case you would have to dial up to the specified server and send the required information to it, which is a lot more work than any code that uses websites to send totally free SMSes.

    I used to send graphics/ringtones to my Nokia (didn't have a cable or infra-red) so I was a regular user...but dunno the number, as that was years ago and done via dial-up when I had dial-up...I've had broadband ever since 512k came out :-)
    Well, everyone else has been doing it :-)
    Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
    Expect more to come in future
    If I have helped you, RATE ME! :-)

    I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!

    And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.

  7. #7
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: Send SMS from VB

    Some phone providers support email to sms ,that is to send an sms you need to send an email to '[email protected]' or whatever.So all you have to do is find out if your isp has such a service.
    __________________
    ________________0îîî___
    ___îîî0________(___)____
    __(___)_________) _/_____
    ___\_ (_________(_/______
    ____\_)_________________

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width