i am new to vb. i want to make a program that can extract only text from html code.
so far i have done this:
dim br as new browser
br.Navigate(url.Text)
While Not br.ReadyState = WebBrowserReadyState.Complete
Application.DoEvents()
End While
sorce.Text = br.DocumentText
someone, anyone please help me. this code generate whole html source code including text and everything. iwant only text shown in webpage. please guide me.
Edited by macosxnerd101: Please,

New Topic/Question
Reply
MultiQuote












|