hanana Member Licensed User Longtime User Mar 26, 2013 #1 hye guys... i try to link my button to connect with internet...(button tat can open the website) Sub b1_click Startactivity("http://www.cyberview.com.my") End sub but it seems wrong..anyone can help me?? :sign0085::sign0085::sign0085:
hye guys... i try to link my button to connect with internet...(button tat can open the website) Sub b1_click Startactivity("http://www.cyberview.com.my") End sub but it seems wrong..anyone can help me?? :sign0085::sign0085::sign0085:
giga Well-Known Member Licensed User Longtime User Mar 26, 2013 #2 You can use this: B4X: Sub website_Click() Dim p As PhoneIntents StartActivity(p.OpenBrowser("http://www.google.com")) End Sub GOOD LUCK Upvote 0
You can use this: B4X: Sub website_Click() Dim p As PhoneIntents StartActivity(p.OpenBrowser("http://www.google.com")) End Sub GOOD LUCK
hanana Member Licensed User Longtime User Mar 27, 2013 #3 giga said: You can use this: B4X: Sub website_Click() Dim p As PhoneIntents StartActivity(p.OpenBrowser("http://www.google.com")) End Sub GOOD LUCK Click to expand... Thank you soo muchhh!! its workk!!! ^^ Upvote 0
giga said: You can use this: B4X: Sub website_Click() Dim p As PhoneIntents StartActivity(p.OpenBrowser("http://www.google.com")) End Sub GOOD LUCK Click to expand... Thank you soo muchhh!! its workk!!! ^^
I Itila Tumer Active Member Licensed User Longtime User Feb 25, 2014 #4 Thanks ,ı appreciated Upvote 0