is there anyone who knows if and where the messages WM_USER+780
(0x070C
) and WM_USER+768
(0x0700
) are documented?
These messages are dispatched to the webBrowser (mshtml.dll): 0x070C
is sent when the readyState of HTML document is READYSTATE_COMPLETE
.
The message 0x0700
seems to be sent when readyState is READYSTATE_LOADING
(that's the value returned by get_ReadyState()
at that time).
Finally, both messages don't seem to use wParam
and lParam
(0
).