2018-02-06 9:54 GMT-07:00 Jacek Caban jacek@codeweavers.com:
Hi Alex,
On 12/05/2017 09:10 AM, Alex Henrie wrote:
typedef struct { IDHTMLEdit IDHTMLEdit_iface;
- IQuickActivate IQuickActivate_iface;
What version did you test it with? As far as I can see, native doesn't implement this interface.
Thanks for catching that. You're right: The DHTMLEdit class does not implement IQuickActivate. I was confused because RSSEdit queries for this interface.
After more testing, I realized that we actually only need to add IOleObject and IPersistStreamInit to get RSSEdit's GUI to appear. Native DHTMLEdit implements IViewObject, IOleControl, and IConnectionPointContainer too, but they do not appear to be necessary for basic functionality.
-Alex