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

مشاهدة النسخة كاملة : using WebBrawser to open a URL from a c# application



C# Programming
05-09-2009, 11:40 AM
hello,
i am using the following code:



WebBrowser Web = new WebBrowser();
Web.Navigate("http://...", "_blank");


.

does anyone know if it is memory consuming?

and if i dont have internet explorer as a default browser will it work?
for example with firefox.

tnx ,

avi