R Robert_Poland Member Licensed User Jul 28, 2017 #1 Hello How to send sms when you press the button In B4A Sub ON_LongClick Phone.Send (numer.Text , "test") ToastMessageShow("Automatic reports test", False ) End Sub I did so here How is it supposed to be in B4i Can i ask for sample code So that when you press the send button sms Thx
Hello How to send sms when you press the button In B4A Sub ON_LongClick Phone.Send (numer.Text , "test") ToastMessageShow("Automatic reports test", False ) End Sub I did so here How is it supposed to be in B4i Can i ask for sample code So that when you press the send button sms Thx
JanPRO Well-Known Member Licensed User Longtime User Jul 29, 2017 #2 Hi, you can send SMS via MessageComposer (it's not possible without). Jan Upvote 0