Can you please tell me How can i set Firefox web Browser in VB.NET application.
This is the simple code
WebBrowser1.Navigate("www.google.com")
This code is ok. It will open Google site with in the Browser. But I need to Open it with Mozilla Firefox. Can you Please tell me How can i do it ?


Reply With Quote