Actually two questions:
1. I know WebBrowser1.Document.All.Item(0).innerHTML reads the whole html page.
Is there a function like WebBrowser1.readline()?

2. WebBrowser1.Document.All.Item(0).innerHTML reads the whole html page but all line breaks are removed, which won't help me. Is there a way to get all html code WITHOUT removing any format?


Thanks