Results 1 to 2 of 2

Thread: Firefox Web Browser ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    1

    Firefox Web Browser ?

    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 ?

  2. #2
    Member
    Join Date
    Sep 2010
    Location
    Iowa, USA
    Posts
    45

    Re: Firefox Web Browser ?

    If Firefox is set as your system's default browser, then do this:

    Code:
    process.start("http://www.google.com")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width