Click here to Skip to main content
15,914,416 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello people

I'm making a security layer for my computer where it sends an SMS with a code in it to my mobile phone.
I then have to enter the code into the textbox to unlock my computer.

CONDITIONS NEEDED IF YOU'RE GOING TO POST CODE OR LINKS [which would be very nice of you]:
*The code cannot rely on registration to websites that send SMS's
*My mobile is NOT connected in any way to my computer-i just want to msg it.
*You must not be mean to me for being picky :)

My form will have 2 textboxes (or maybe 3 if you need a service centre number)

Thanks in advance.
Posted
Updated 5-May-13 23:29pm
v2
Comments
[no name] 5-May-13 9:55am    
Can an SMS be sent from VB? That is your question? The answer is yes, yes you can.
[no name] 5-May-13 10:36am    
soooooooooooooooo...
how?
[no name] 5-May-13 11:07am    
That was not your question now was it?

How? You write some code that is how.
[no name] 6-May-13 5:03am    
yes, but using your, now, uncommon sense, you should infer that I know that you can send SMS with VB.Net, but I need code.
If i wanted to know if it was possible i would google "send SMS vb" and see at least 1 result.
I would appreciate it if you could be more useful if you're going to visit codeproject.

Quote:
from VB?

VB or VB.NET? Your question is tagged "VB.NET" but you wrote "from VB?"

If you use VB.NET, have a look here:
Sending SMS using .NET[^]

If you use VB, have a look here:
http://www.java-samples.com/showtutorial.php?tutorialid=1131[^]
 
Share this answer
 
Comments
[no name] 6-May-13 5:05am    
thanks for the links; i have re-written my question so please reply from reading it
Thomas Daniels 6-May-13 11:30am    
Does the code of the links work?
[no name] 7-May-13 12:50pm    
no-my phone will not be attached via any ports whatsoever.
I have a phone, i want to SMS it.
So i cannot have any code that replies on attachments.
Thomas Daniels 8-May-13 8:02am    
I found no other links than I wrote already in my answer, I'm sorry.
[no name] 17-May-13 13:01pm    
So i'm guessing that you think those other links work wirelessly?
(which would be exactly what i want)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900