Hi,
In my application I started a Process using ProcessStartInfo supplying
it parameters iexplore.exe and a URL. I am trying to reuse the same process
by supplying it with a different URL. After assigning a new ProcessStartInfo
object created with a New URL I am trying to refresh the Process. This
action is not refreshing the Internet Explorer with the new URL. Please let
me know if there is a way to change the URL of an existing IEXPLORE process
so that the browser displays the new web page.
Thanks ,
Srinivas
Ian Evitable - 22 Sep 2005 04:48 GMT
No i dont think so, not using a process instance. Generally if you want to
manipulate IE programmatically yo use the navigate event of
AxSHDocVw.AxWebBrowser.
Maybe you need to look into how your booting IE. If there is no specific
need to be starting it via a process.start command then id suggest your
using the wrong class to achieve your goal.
Ian
> Hi,
> In my application I started a Process using ProcessStartInfo supplying
[quoted text clipped - 7 lines]
> Thanks ,
> Srinivas
Herfried K. Wagner [MVP] - 22 Sep 2005 08:10 GMT
"Srinivas" <Srinivas@discussions.microsoft.com> schrieb:
> In my application I started a Process using ProcessStartInfo supplying
> it parameters iexplore.exe and a URL. I am trying to reuse the same
[quoted text clipped - 7 lines]
> process
> so that the browser displays the new web page.
<URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Srinivas - 22 Sep 2005 22:16 GMT
Perfect. That solves my problem. Thanks a lot.
Srinivas
> "Srinivas" <Srinivas@discussions.microsoft.com> schrieb:
> > In my application I started a Process using ProcessStartInfo supplying
[quoted text clipped - 10 lines]
>
> <URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>
Srinivas - 23 Sep 2005 16:08 GMT
Perfect! This solves my Problem. Thanks a lot.
Srinivas
> "Srinivas" <Srinivas@discussions.microsoft.com> schrieb:
>> In my application I started a Process using ProcessStartInfo supplying
[quoted text clipped - 10 lines]
>
> <URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>