Try doing this:
System.Diagnostics.Process.Start("iexplore http://www.yahoo.com");
This way you launch a new process
Chris
> Currently my app is doing
>
[quoted text clipped - 8 lines]
> process. I don't want it to reuse existing windows.
> I have seen several apps do this. for example the yahoo IM client.
Cor Ligthert - 15 Jan 2005 09:42 GMT
In addition to Chris,
What you use now is for every (default) browser, the sample for Chris only
for IE.
This problem is largely discussed in the newsgroup language.vb, there was no
other answer found than the one Chris shows now for opening a new window.
Cor