Reloading

  • Thread starter Thread starter kuldeepiitk
  • Start date Start date
K

kuldeepiitk

Hi everyone,

I am making an application which loades a HTML page, does anybody have
any idea how we can make sure in VB.NET that a HTML page is loaded
fully or not.

TIA
~kuls
 
hi Cor

I am making an application, in which I am browsing some pages, and
going through links, after I am clicking on a link by click() method,
I want to check whether the next page is loaded fully or not.

TIA
~kuls
Cor Ligthertwrote: Hi kul,

Loaded where?

Cor

I am making an application which loades a HTML page, does anybody have
any idea how we can make sure in VB.NET that a HTML page is loaded
fully or not.[/quote:64d6598add]
 
Hi Kuldeepiitk,
I am making an application, in which I am browsing some pages, and
going through links, after I am clicking on a link by click() method,
I want to check whether the next page is loaded fully or not.

I get the idea now that you are using the webbrowser, however completly sure
I am not of that, and if that is, is it than the axwebbrowser or the direct
interop with IE where you are using shdocvw.ie

Before I make a long message and I did understand you wrong?

Cor
 
Back
Top