Question How to get page status when using internetExplorer.application object

chrisv

New member
Joined
Sep 16, 2008
Messages
1
Programming Experience
5-10
Hi,

I have a leagcy application written in VB6 which makes posts to URLs using the InternetExplorer.application object.

Once a post is made i would like to be able to see the status which was returned (i.e. 404 - page not found)

I can't find any properties of the object which will give me this information, any ideas how i can get it?
 
Any particular reason you're not using the managed WebBrowser control? I assume you mention VB6 because you have upgraded it to VB.Net, if not you should, and if not you have to ask in another forum because this is for VB.Net only :)
 
Back
Top