If there is another newsgroup specific to this. Please let me know
I've implemented this
BEGIN_SINK_MAP(CMyClass)
SINK_ENTRY(IDC_ORIGIN_EXPLORER, DISPID_HTMLELEMENTEVENTS_ONMOUSEOVER,
HTMLELEMENT_onmouseover)
END_SINK_MAP()
And via the ATL infrastructure I call
AtlAdvise(pUnk, (IUnknown*)this, *piid, &m_dwEventCookie);
on a document load.
This works on IE 5 but not on XP systems which come with IE 6
It fails on 0x80004002 (E_NOINTERFACE or "No such interface supported")
Could someone tell me whats going on? Why is the interface now broken in IE
6
Anon - 30 Dec 2003 13:09 GMT
OK dont worry, found the bug.
> If there is another newsgroup specific to this. Please let me know
>
[quoted text clipped - 15 lines]
> Could someone tell me whats going on? Why is the interface now broken in IE
> 6
Bob Barrows - 30 Dec 2003 14:05 GMT
Care to let us in on it?
> OK dont worry, found the bug.
>
[quoted text clipped - 18 lines]
>> Could someone tell me whats going on? Why is the interface now
>> broken in IE 6

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.