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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top