J
jrbareta
I am using VS2003 and my windows program may try to goto a URL site. I do
this by starting a browser process thread p.start(). If the web page
cannot be found or a connection to the internet is not present, the browser
shows an error message in its display. I have not been able to figure out
how to get the brower's error code, so the calling windows program can do
additional processing.
Can this be done? I am really open to suggestions on how to do this.
this by starting a browser process thread p.start(). If the web page
cannot be found or a connection to the internet is not present, the browser
shows an error message in its display. I have not been able to figure out
how to get the brower's error code, so the calling windows program can do
additional processing.
Can this be done? I am really open to suggestions on how to do this.