views:

18

answers:

0

Is possilbe to open up a link from a windows form app like so:

System.Diagnostics.Process.Start('http://www.Stackoverflow.com');

But have the link open in the current ie7 or ie8 that is already open? Currently we have an that loads a page when the user loads some info. We need it to load the same tab.