Opening a named browser window from a windows application
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Is there a way to open a named browser window from a windows application. From ASP.NET i used javascript's "window.open(url,name)", is there some way i can achieve the same result from a windows application. I tried some things with the System.Diagnostics.Process.Start(), but i don't know if it is possible to give the name for the new window in the parameters (if it is possible, i don't know how :) ).. Any ideas? Thanks in advance.