views:

36

answers:

2

Trying to figure out when the webbrowser control starts rendering (displays something) to the end user. Any idea on how to achieve this?

+1  A: 

Try to use the WebBrowser.Navigated and Control.Paint events to achieve your goal.

BlueCode
A: 
  1. IViewObject::SetAdvise on the browser control
  2. IAdviseSink::OnViewChange
  3. query the control for IViewObject