WebBrowser.DocumentText only returns 4096 characters.

  • Thread starter Thread starter annieorben
  • Start date Start date
A

annieorben

I'm trying to view HTML code by examining the .DocumentText property of
a web browser. But I can't get any more than 4096 characters to show
up. I'm using VB 2005 Express edition. Any ideas what might be causing
this and how to get the entire page displayed in the browser?

Thanks.
 
Problem solved. I needed to let the webbrowser control finish loading
the web page before I did something with the HTML on the page. The
program works fine now.
 
Back
Top