0

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

timeitquery
  • 251
  • 1
  • 5
  • 14

2 Answers2

2

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

BlueCode
  • 741
  • 5
  • 12
0
  1. IViewObject::SetAdvise on the browser control
  2. IAdviseSink::OnViewChange
  3. query the control for IViewObject