A1VBCode Forums

how to track events in IE using API


http://www.a1vbcode.com/vbforums/Topic16187.aspx

By vedikaS - 1/25/2006

I am designing an Activex control (button) for IE. When clicked on that button it invokes my .net application .. When user moves pointer over any URL in the web page displayed in that browser , .net application tracks that event and does some work. For time being let's assume that it displays the message.

can anybody help me in this regards.

By johnboy891 - 1/25/2006

i'd help out.. but i don't have enough time to go into the details on the mshtml/shdocvw libraries or vbscript.. but those are the routes you want to take.  you will probably also need to learn about hta's since you will most likely encounter frames. see msdn on cross-frame scripting, hta's, dhtml, and the mshtml/shdocvw libraries.