Comment on Tutorial - Send SMS using VB code By Emiley J
Comment Added by : MOHAN
Comment Added at : 2011-06-29 04:08:04
Comment on Tutorial : Send SMS using VB code By Emiley J
The code is working for me as i have included " in the proper place.
MSComm1.Output = "AT+CMGF=1" & vbCrLf
Sleep 500
MSComm1.Output = "AT+CSCA=""+919440099997""" & vbCrLf
Sleep 500
'Replace this with your mobile Phone's No.
MSComm1.Output = "AT+CMGS=""+91" & TxtTo.Text & """" & vbCrLf
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Java program to get location meta data from an image
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
Archived Comments
1. Hi, Razvan
I change over to using y
View Tutorial By: James at 2010-12-22 00:44:50
2. Wow! Thank you!
View Tutorial By: David at 2013-04-24 15:52:45
3. Is System.gc() required with finalize method??
View Tutorial By: QsRealm at 2012-02-11 08:28:16
4. for me also The code gives the following exception
View Tutorial By: Nilesh Agrawal at 2012-06-06 15:55:02
5. i was after a user interactive calendar where they
View Tutorial By: Harry at 2011-11-17 09:01:07
6. so if you then wanted to send this gzencoded data
View Tutorial By: Mike at 2009-03-18 12:12:28
7. The code for CharArrayReader is not working. So, w
View Tutorial By: Maya Joshi at 2012-06-23 14:30:26
8. hi i am shahid i have made SMS application in j2me
View Tutorial By: shahid khan at 2012-06-18 13:19:06
9. need to be explained more
View Tutorial By: parul at 2011-06-30 08:34:29
10. /
//BSIT
//
#include<iost
View Tutorial By: Joshua Torres at 2012-10-05 16:59:17