I'm trying to catch the document.click event of a ActiveX-Browsercontrol in Foxpro. It works with the default BrowserOLE and this approach (at the bottom).
However, we need to have more Html5 compatibility and I am using WebKitX - ActiveX now. Unfortunately the examples are for VB6 and I need to implement it in a FoxPro - Project. The browser itself is working, just the addEventListener - method is mystery to me.
Any ideas?