02-17-2011, 01:26 PM
Hello
This is for the "Title" from the website
This is for the "Url" from the navigated website
but if you want to "Text" from the website and i assume that you mean text only i will have to work on that one a little
This is for the "Title" from the website
Code:
Private Sub WebBrowser1_Navigating(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles WebBrowser1.Navigating
Me.Text = WebBrowser1.DocumentTitle
End Sub
This is for the "Url" from the navigated website
Code:
Private Sub WebBrowser1_Navigating(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles WebBrowser1.Navigating
Me.Text = WebBrowser1.Url.AbsoluteUri
End Sub
but if you want to "Text" from the website and i assume that you mean text only i will have to work on that one a little
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
E-Mail: <!-- e --><a href="mailtoatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer