المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Opening a named browser window from a windows application



C# Programming
10-14-2009, 10:51 PM
Hi all,

Is there a way to open a named browser window from a windows application.
From ASP.NET i used **********'s "********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 http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif )..

Any ideas?
Thanks in advance.