D davidmd Member Licensed User Longtime User Oct 15, 2011 #1 Hi Is it Possible inside b4a ? Wish to make click button - triger Phone Call or SMS with default Number.
Hi Is it Possible inside b4a ? Wish to make click button - triger Phone Call or SMS with default Number.
R Rui Member Licensed User Longtime User Oct 16, 2011 #2 yes you can B4X: Dim p As PhoneCalls StartActivity(p.Call("123456789")) B4X: Dim smsmsg As PhoneSms smsmsg.Send("123456789", "write message here") Upvote 0
yes you can B4X: Dim p As PhoneCalls StartActivity(p.Call("123456789")) B4X: Dim smsmsg As PhoneSms smsmsg.Send("123456789", "write message here")
D davidmd Member Licensed User Longtime User Oct 16, 2011 #3 Thanks Will Try it. If i wish to open Phone Wen Browser ( instaed of WEb View) with URL , How is the Code to triger it ? :sign0085: Upvote 0
Thanks Will Try it. If i wish to open Phone Wen Browser ( instaed of WEb View) with URL , How is the Code to triger it ? :sign0085:
Erel B4X founder Staff member Licensed User Longtime User Oct 16, 2011 #4 See the first link here: Basic4android Search: open web browser Upvote 0