Home All Groups Group Topic Archive Search About

WebBrowser.DocumentText only returns 4096 characters.

Author
4 Feb 2006 2:32 AM
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.

Author
5 Feb 2006 10:57 AM
Ben
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.