T
Tom
Hi,
I wrote the following code in a c# winform.
InternetExplorer ie = new InternetExplorer();
ie.Navigate(url, ref o, ref o, ref o, ref o);
The url can be passed to the IE.
However, how can I know that the url can be successfully
open? e.g. asp.net website can be open when I see the web
pages. If there is 404 or 500 server error, the web page
cannot be displayed.
How can I get the return value of True or False ? (T/F or
1/0)
I cannot search the namespace for SHDocVw.
Thanks for help
I wrote the following code in a c# winform.
InternetExplorer ie = new InternetExplorer();
ie.Navigate(url, ref o, ref o, ref o, ref o);
The url can be passed to the IE.
However, how can I know that the url can be successfully
open? e.g. asp.net website can be open when I see the web
pages. If there is 404 or 500 server error, the web page
cannot be displayed.
How can I get the return value of True or False ? (T/F or
1/0)
I cannot search the namespace for SHDocVw.
Thanks for help