Get Http Status Codes when using WebBrowser control
I know that using the NavigateError event of the WebBrowser's active x instance, after calling theNavigate() method,will give you the http status code for an error, but is there a way to get other status codes that are not considered errors?
cyrix86 Wednesday, September 09, 2009 9:47 PM
Hi cyrix86,
What is the meaning of "other status codes that are not considered errors"?
Sincerely, Kira QianPlease mark the replies as answers if they help and unmark if they don't.
Kira Qian Friday, September 11, 2009 7:05 AM
For example if you just wanted to get access to a status code of 200 for successful page request.