Question Advaced SMS Program Problems

griffithdesign

Active member
Joined
Sep 17, 2008
Messages
34
Programming Experience
Beginner
SMS Bomber Program:
This program is going to be used to send text(sms) messages to people. I have it set right now to Google mail smpt.

How My Program Works:
As you can see you use the check boxes and it adds the "@provider.com" to the number. As seen below:
program01.jpg

Now when I plug in a number or something this is an error I get:|
program02.jpg

How can I fix this problem?
 
Look 4 lines above in your code, and see if there is a clue in how you use textbox text :)
 
InertiaM,
I do not understand?
Look 4 lines above in your code, and see if there is a clue in how you use textbox text
The 4th line above is the username and the password. That is where the GMail username and GMail password go. I have a feature where if you check the check box it will load an account for you but other then that I do not know...
 
and do they get used as textbox2.text, or "textbox2.text"? :D
 
InertiaM,
I found out what was wrong and fixed it, but another question I had was how do I make it repeat a process for exzample I want the program to send 100 text messages how do I make it do that?
 
Back
Top