Hi,
I'm making a BHO for IE written as a COM dll in C++. I was wondering if there was a way to trap mouse events like mouseover a link, mouseout of a link etc. The only way I can think of now is to embed a javascript code in the document, but that's pretty messy and I am not totally comfortable with it.
Also, is there an interface that would let me embed a page within the current document open in IE
Thank you for any help.
K
Internet Explorer Development8
|