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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.