link to browser

  1. D

    Android Question Button Click Not Opening in Browser

    I am using the following code to open a browser when the user clicks on a button: Private p As PhoneIntents Sub btnViewInBrowser_Click p.OpenBrowser("http://www.google.co.za") End Sub When I click on the button nothing happens. I have installed the Phone Library (Version 2.5) Any...
Top