Firing a CustomEvent into an IHTMLDocument instance from C++

46 views Asked by At

I have a Qt 3.3 application that instantiates a WebBrowser control and I need to fire a CustomEvent at the current document with a JSON string as the detail property.

A similar question has been asked before but the answer uses deprecated APIs (e.g. createEventObject). What is the currently recommended approach? I am having great difficulty finding any documentation online and the procedure seems to be quite complex to achieve a simple result.

0

There are 0 answers