Andy Bisson
Andy Bisson

Reputation: 580

Firing a CustomEvent into an IHTMLDocument instance from C++

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.

Upvotes: 0

Views: 44

Answers (0)

Related Questions