What is window message for a loaded website in Internet Explorer?
Posted
by karikari
on Stack Overflow
See other posts from Stack Overflow
or by karikari
Published on 2010-06-07T08:18:58Z
Indexed on
2010/06/07
8:22 UTC
Read the original article
Hit count: 282
visual-c++
I am currently have this message handler line:
MESSAGE_HANDLER(`WM_SETREDRAW`, onSetRedraw)
I would like to know, is there any window message (eg: WM_???) that is connected/related to 'when a website has finish loading inside IE' ?
So I can use it to replace the above WM_SETREDRAW
. I want to do something like, when the IE finish loaded a website, it call onSetRedraw
.
© Stack Overflow or respective owner