From: Peter T. <pe...@Pe...> - 2007-02-25 22:13:37
|
I am displaying an IE window inside my Wx program. I am trying to find out the HTML/DOM element under the mouse, either by moving the mouse over elements or by clicking. I need some way for the user to identify an element visually and find out which element it is. I have a hunch that I could somehow put the IE window into 'Edit mode' and capture mouseOver events (or something), but no idea how I might follow up on that hunch. Or maybe I could force some javascript into the page that would catch mouseOver events, either all the time or modally, and write the element ID and NAME into the statusbar, then capture statusbar-changed events in ActiveX::IE... Any help? |