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.
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.