Results 1 to 2 of 2

Thread: Opening a browser

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    5

    Question Opening a browser

    Hi, could someone please tell me how you open a browser other than Internet Explorer with a webpage? I know to open one with IE you use:

    ProcID = Shell("C:\Program Files\Internet Explorer\IEXPLORE.EXE " & strPathOfWebpage, AppWinStyle.MaximizedFocus)

    But how do you do the same in a browser such as Firefox or Mozilla? When I try using the same way as IE nothing happens.

  2. #2
    Lively Member ayan's Avatar
    Join Date
    Jan 2004
    Posts
    112
    VB Code:
    1. process.start("mozilla","google.com")
    where "mozilla" is the browser and "google.com" is the argument. hope this helps, if not, sorry...

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