Get text from webbrowser... [solved]
I know i remember posting something similar and @
Jason solved it for me. but i cannot find where it is..
How would i get text from a webbrowser .txt file..
(eg) webbrowser has the word "hi" and i want the label to have the same as the browser
I do remember some of the code something along the lines of
Code:
If WebBrowser1.DocumentText.ToString.ToLower = "Hi" Then
Label2.Text = WebBrowser1.DocumentText.ToString.ToLower
End If
but the label wont read it!
Any help?