
getting a complete load of wed page in web browser control
Hi folks,
If I am not mistaken, the question (or at least my question) is really
centered around the issue of not getting a complete load of the page into
the web control before it returns data to the code which called it.
I issue the "control.navigate URL" syntax, the
control returns what is on the page immediately w/o waiting for the entire
page to load (there may be some CGI on the page, etc.) thereby enabling a
complete set of items through which to loop.
One would think that the Document event would fire when the entire doc is
loaded, but in my case, this event NEVER gets fired off and only part of the
web page is loaded by the control--certainly NOT what is displayed on a web
screen w/ the same URL entered into IE.
I have even tried a "DO while NOT control.ReadyStateComplete, DoEvents,
Loop" to no avail...
Any help on this would be appreciated.
Dan