Friday 18 November 2011

Open the url in a new window

In order to open the window in new browser, rather then in a tab of already opened browser, use nomerge argument


Process objProcess = Process.Start("IEXPLORE.EXE", "-nomerge http://google.com/");

No comments:

Post a Comment