M
Morten Wennevik
I use
System.Diagnostics.Process.Start("IExplore", url);
to start Internet Explorer when clicking a link label.
However, this seems to work only for me, and not for two other people who
both get File not found errors. Both have installed Internet Explorer.
How can I find out the directory of Internet Explorer so I can pass the
full filepath in the Start method?
Same goes for Opera and Netscape, but the principle should be the same.
System.Diagnostics.Process.Start("IExplore", url);
to start Internet Explorer when clicking a link label.
However, this seems to work only for me, and not for two other people who
both get File not found errors. Both have installed Internet Explorer.
How can I find out the directory of Internet Explorer so I can pass the
full filepath in the Start method?
Same goes for Opera and Netscape, but the principle should be the same.