| | |
Sms.. Help in vb.net
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2007
Posts: 18
Reputation:
Solved Threads: 0
Free can be difficult. I dont know of any free service. But you can use a gateway using SMPP or you can get a easy url based account for sending SMS. The latter way is easy cos all you have to do is call a URL given by the provider with the message and the number as parameters and the message will get delivered.
Another method is to use a GSM modem and AT commands.
http://www.daniweb.com/techtalkforums/thread79473.html
check this thread.
Another method is to use a GSM modem and AT commands.
http://www.daniweb.com/techtalkforums/thread79473.html
check this thread.
•
•
•
•
Hi..anyone here have sms gateway coding (vb.net)for windows application??
i need a free service..meaning i will hope my application can able to send sms to my customer for latest news/promotions. how can i do so?
VB.NET Syntax (Toggle Plain Text)
'use the intellisoftwares' gateway 'objIntelliSMS = New IntelliSMS 'objIntelliSMS.PrimaryGateway = "https://www.intellisoftware.co.uk" 'objIntelliSMS.BackupGateway = "https://www.intellisoftware2.co.uk" 'objIntelliSMS.Username = "xxxxxxxxxxxxxxx" 'objIntelliSMS.Password = "xxxxxx" 'Try ' objIntelliSMS.SendMsg(strCellFoneNo, "This sms operation is successful", "www.MySite.com") ' lblError.Text = "SMS Sent successfully to " & strCellFoneNo 'Catch Ex As Exception ' lblError.Text = "Error!: SMS could not be sent to " & strCellFoneNo 'Finally 'End Try
[quote=jamello;377646]This you can use. I registered with this outfit and I could buy smses and send sms to any phone through my website. The following code shows the format. It's really simple. Any company you register with will give you the dlls to install on your machines giving you access to their gateways. Best of luck. Get back to me for further questions
hi jamello
how much this bulk gateway costs.bcoz i need it for my project.approximately we can send 200 a year.so it s not affordable.
then where do we get those service providers?
hi jamello
how much this bulk gateway costs.bcoz i need it for my project.approximately we can send 200 a year.so it s not affordable.
then where do we get those service providers?
[quote=mmangai;398100] Why don't you try the link I gave in the original post. The pricing and costs are explicit on the web site (www.intellisoft.co.uk).
Successful? get back to me. Peace
•
•
•
•
This you can use. I registered with this outfit and I could buy smses and send sms to any phone through my website. The following code shows the format. It's really simple. Any company you register with will give you the dlls to install on your machines giving you access to their gateways. Best of luck. Get back to me for further questions
hi jamello
how much this bulk gateway costs.bcoz i need it for my project.approximately we can send 200 a year.so it s not affordable.
then where do we get those service providers?
Successful? get back to me. Peace
•
•
Join Date: Jul 2007
Posts: 4
Reputation:
Solved Threads: 1
Hi guyz...here is a sample code to send SMS (to the world)...please (any junior/senior) poster update me with you feedbacks...
VB.NET Syntax (Toggle Plain Text)
[code = VB.NET] [inline code] private void Send_Click(object sender, System.EventArgs e) { try { SmsTest.com.webservicex.www.SendSMSWorld smsWorld = new SmsTest.com.webservicex.www.SendSMSWorld(); smsWorld.sendSMS(txtEmailId.Text.Trim(), txtCountryCode.Text.Trim(), txtMobileNo.Text.Trim(), txtMessage.Text); lblMessage.Visible = true; lblMessage.Text="Message Send Succesfully"; } catch(Exception ex) { lblMessage.Visible = true; lblMessage.Text="Error in Sending message"+ex.ToString(); } } [/inlinecode]
•
•
Join Date: Sep 2006
Posts: 8
Reputation:
Solved Threads: 0
If you got a phone with a data cable, you can try using this freeware, it comes with HTTP API and a sample HTML form to post the SMS - http://www.visualgsm.com/products_vgsmlite.htm
![]() |
Similar Threads
- Send SMS with ASP.NET Webform, (Codebehind VB.NET) (ASP.NET)
- sending sms (ASP.NET)
- sending sms (C#)
- send sms from pc to mobile in vb.net (VB.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: How to get and display .Net .Exe's running in a machine...?
- Next Thread: Elements placed on Windows Form don't stay in place
| Thread Tools | Search this Thread |
.net .net2008 2008 access add advanced application array assignment basic beginner box browser button buttons center click client code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationtopic eclipse editvb.net employees excel exists filter forms function html images isnumericfuntioncall listview map mobile module msaccess mssqlbackend mysql net number open page pan panel pdf picturebox picturebox2 port position print printing printpreview read record regex reuse right-to-left save search serial settings socket sorting sqldatbase sqlserver storedprocedure temp textbox timer timespan transparency txttoxmlconverter usercontol vb vb.net vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web winsock wpf wrapingcode xml year





