Linking to a URL in a device application

jimmychan

Newcomer
Joined
Jun 22, 2006
Messages
5
Location
Singapore
Hello, what is the code to call the pocketPC to link to a URL.
In web application is Response.Redirect="URL".
for PocketPC is how ??????????.

If ListBox1.SelectedItem = "On An Island" Then

response.redirect = "http://www.yahoo.com"

Else

MessageBox.Show("Please Choose One Of the Following")

End If

Thanks a Lot.
 
Back
Top