Hello guys,
How can I open up a web page using IE, with the added requirement that it open a new instance of IE (and not take over one which is already open and in use)?
Currently I'm using the Hyperlink.NavigateTo(url) method. But this method automatically captures any instance of IE already open.
TIA
How can I open up a web page using IE, with the added requirement that it open a new instance of IE (and not take over one which is already open and in use)?
Currently I'm using the Hyperlink.NavigateTo(url) method. But this method automatically captures any instance of IE already open.
TIA