- Home
·
- Miscellaneous
·
- SMS VBCode Note: You must have a MobileFBus OCX control,Data Cable on your Cellphone
SMS VBCode Note: You must have a MobileFBus OCX control,Data Cable on your Cellphone
SMS VBCode Note: You must have a MobileFBus OCX control,Data Cable on your Cellphone
Rate SMS VBCode Note: You must have a MobileFBus OCX control,Data Cable on your Cellphone
(1(1 Vote))
' Sending Message
' note: FMobile1 is optionally name of the control you can change if you want
' by setting the name property
FMobile1.SMS.SendMessage "639262692549", "Hello!"
' Reading Message
' Reading the 1st Message on your Inbox
Label1.Caption = FMobile1.SMS.Inbox(1).Text
' Deleting Message
' Deleting the 1st Message
FMobile1.SMS.Inbox(1).Delete
End sub
'others pls. send your querries to [email protected]
SMS VBCode Note: You must have a MobileFBus OCX control,Data Cable on your Cellphone Comments
No comments yet — be the first to post one!
Post a Comment