Guest_imported
New member
- Jan 1, 1970
- 0
I am a pretty new developer. I have an MFC web browser app, and I want a good way to catch mouseover and mouseout events from all links on a given page. After a page loads, I get a pointer to the document and attempt to set up a sink using a class derived from IDispatch, called CEvtSink. I am using the HTMLLinkElementEvents interface. When I call Advise, the function doesn't just return unsuccessful, it CRASHES my application! What is this all about? Is there a better way to catch link mouseover events? Thanks in advance.