vendredi 2 mai 2014

how we can use refering url to navigate a website in vb.net


Vote count:

0




here is my question if i want to navigate a website like http://example.com/ i want that when website navigated then it show that example has a page reference like http://ift.tt/1i4LeO8 so what will be the code? for this in visual basic


here is my code


Public Class Form1 Dim pageReverence As String = "http://ift.tt/1iQ4ggc"



Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim website As String = txtWebsite.Text
WebBrowser1.Navigate(website, pageReverence.ToString)
End Sub


End Class



asked 32 secs ago






Aucun commentaire:

Enregistrer un commentaire