Question : How can I know HTTP status code on CHTMLView?

I want to know HTTP status code on CHTMLView.
I am using Visual C++ 6.0
Can I do it?

Answer : How can I know HTTP status code on CHTMLView?

DISPID_NAVIGATEERROR is 271.  Sorry, I guess since the event wasn't being caught they didn't add any of the definitions for it.  This page shows most of the missing defines if anything else comes up: http://64.233.161.104/search?q=cache:k9_Hguw-SnQJ:www.icarusindie.com/programming/sdks/Platform%2520SDK/installed/include/ExDispid.h+DISPID_NAVIGATEERROR&hl=en (sorry about using a google cache, but the original is gone).

Since the events are fired by the control instead of the C++ class library, as long as the control supports the event (which means IE 6.0 or later) you can catch it this way.  In theory you can add these features to MFC 2.0 if you are thorough.
Random Solutions  
 
programming4us programming4us