Wrox Programmer Forums
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 2nd, 2004, 03:33 PM
Registered User
 
Join Date: Jun 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default SMS from VB6

Hai i am a VB developer in INDIA.we are developing a inventory System.In that we want send SMS to the required number when condition matches.Is it Possible to Send SMS from VB? Any Tools available?

Thanks in Adv.


Failure is not a Defeat it is just a Delay
 
Old April 5th, 2004, 02:02 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to acdsky
Default

Hi

Probably the easiest way would be to contact a GSM service provider and find out if they have a FTP sms facilities. The program I did wrote data to a txt file in the correct format and then FTP it to the SP FTP site which then get send.

Regards
Marnus
 
Old April 15th, 2004, 04:17 AM
Registered User
 
Join Date: Mar 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There are several activex you can use to do this, all that i have seen are shareware. Its either append a message at the end of every sms or display a window that say its a shareware (not good for unattended system). one particular do not have this but limited features and have a bug, but still works.

Check out the ff:
1. www.softwarecave.com (the 1.5 version was the one im referring above)
2. sms from oxygen
3. mondor sms
and one that i forgot the name, sorry.

but if you can buy the license product. do not hesitate (after evaluating the product of course)

 
Old January 16th, 2005, 09:32 PM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Renan Send a message via Yahoo to Renan
Default

HI,

Sending SMS on VB will require different knowladge, if you want to use SDK tools for sending SMS Message on your VB APP then I recommend www.derdock.com, www.activexperts.com and OXYGEN, sending SMS is very simple using those SDK, however if you dont want to spend $$$$ then develop your own AT COMMAND set, you can use GSM MODEM or Mobile that has a built-in GSM MODEM to send SMS directly in your code using Serial Com or MSCOMM.

Example AT+C:
AT <-| 'Communicate to MODEM
AT+CMGF=1 <-| 'Set Sending Property to Text
AT+CMGS="12345678" <-| 'Send message to #
>"MESSAGE HERE" <ctrl+z> 'Message to Send





Similar Threads
Thread Thread Starter Forum Replies Last Post
WEB TO SMS fawahb Need help with your homework? 1 June 21st, 2007 04:58 PM
How to send SMS mistry_bhavin General .NET 0 February 5th, 2005 03:36 AM
SMS? abdi PHP How-To 2 December 8th, 2004 08:05 AM
SMS Judi J2EE 4 March 9th, 2004 04:27 PM
SMS software greatmanu Excel VBA 0 September 12th, 2003 03:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.