Jerry wrote:
HI all

I'm currently developing an application that hosts the activeX
control "Mozilla ActiveX Control v1.7.12". I'm currently at a
stage where I'm receiving events like DISPID_NAVIGATECOMPLETE2,
DISPID_STATUSTEXTCHANGE, DISPID_DOWNLOADCOMPLETE etc...  but I never
receive DISPID_NAVIGATEERROR event, event when I deliberately navigate
to a URL that doesn't exist

Basicly i'm trying to catch any error events.

Environment:   C++/Win32

Thanks for your Time
Jerry



Jerry,
If I remember correctly the ActiveX control is VERY limited on what events it fires off. What you may want to do if you have Visual C++ is open the ActiveX object in the ActiveX container and you can test it to your hearts content there a bit better and see what is/isn't supported.

Niky Williams
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to