C Cylix Jul 7, 2006 #1 I use this control on my application, What event should I trigger to know the status of brower is loading or not?
I use this control on my application, What event should I trigger to know the status of brower is loading or not?
H Herfried K. Wagner [MVP] Jul 7, 2006 #2 Cylix said: What event should I trigger to know the status of brower is loading or not? Click to expand... Check out the control's 'DocumentCompleted' event and its 'ReadyState' property.
Cylix said: What event should I trigger to know the status of brower is loading or not? Click to expand... Check out the control's 'DocumentCompleted' event and its 'ReadyState' property.