Trying to figure out when the webbrowser control starts rendering (displays something) to the end user. Any idea on how to achieve this?
Asked
Active
Viewed 575 times
2 Answers
0
- IViewObject::SetAdvise on the browser control
- IAdviseSink::OnViewChange
- query the control for IViewObject

Yuval Aviguy
- 51
- 3