Using the IE object, I've got the browsing down with VB. I would like to detect if the browse resulted in a 404 - File Not Found result, in case the URL that was determined by my VB App is invalid.
I'm able to use the DownloadComplete and NavigateComplete events, so I'm wondering if there is some type of event to interpret the error status of the navigate?
I'm able to use the DownloadComplete and NavigateComplete events, so I'm wondering if there is some type of event to interpret the error status of the navigate?