--- #1 ---
I've got several CAxWindow instances (MSHTML: inside) on my window.
These html islands capture focus automatically when clicked.
I'm interested in handling html click events, but I don't want MSHTML window
to still focus automatically at this moment. What can I do?
--- #2 ---
Does anybody know how to load html content synchronously? The only way
I know is to use MSHTML: prefix. It allows me to access document
object model immediately, but all the scripting is ignored.
Can you suggest me a way to _synchronously_ load html using res: protocol
(or something like that)?