I am using the following code
Code:
Process.Start("http://www.website.ca", "-new")
and have tried different variations of this.

The arguement -new is not being passed and the window that shows the website will open if no other windows are open. However, if any other windows are open, the last opened window gets the website.

I have IE6 on my system. Is there any special syntax that will open a new browser window without using one that is currently open?

I've searched this forum a few times now but can't find anything specific about a new window. Any ideas?

TIA, rasinc