SMS Tutorial?

rfresh

Well-Known Member
Licensed User
Longtime User
Do we have an SMS tutorial?

I look here but did not see one.

And I didn't see anything in the Beginners Guide2.0.pdf doc.

I want to send an SMS text message to my phone and be able to intercept the message text.

Thanks...
 

Lambert Cadalzo

New Member
i need help i got an error!

Parsing code. Error
Error parsing program.
Error description: Unknown type: phonesms
Are you missing a library reference?
Occurred on line: 43
Dim SMS As PhoneSms

Is seems that a library is missing..

i already put
AddPermission("android.permission.SEND_SMS")

in manifest editor?

did i miss something or mis undesrtandit?

help..
thanks a lot.
 
Upvote 0

pesquera

Active Member
Licensed User
Longtime User
hi, I'm also interested to send sms via HeyWire on my app.. do somebody know how to do it? (if possible)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
What code have you tried?
Which error you get?
Have you tried to search the forum for examples?
 
Upvote 0

pesquera

Active Member
Licensed User
Longtime User
Hi DonManfred, yeah I did.. but, the only thread I found was this one. I have not any cod.. just trying to looking for an example on how to do it.. thanks!
 
Upvote 0
Top