Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Open a new Browser Window

Open a new Browser Window

Scheduled Pinned Locked Moved Visual Basic
comquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kevin Nicol
    wrote on last edited by
    #1

    Hi I am trying to open a web page in a new browser window, I can easily open a page in the last used window: System.Diagnostics.Process.Start("http://www.google.com") But I would like to have it opened in a new window. Any suggestions? Kevin

    G D 2 Replies Last reply
    0
    • K Kevin Nicol

      Hi I am trying to open a web page in a new browser window, I can easily open a page in the last used window: System.Diagnostics.Process.Start("http://www.google.com") But I would like to have it opened in a new window. Any suggestions? Kevin

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      If the page opens in the last window, in a new window or in a new tab depends on the settings in the browser.

      --- b { font-weight: normal; }

      K 1 Reply Last reply
      0
      • K Kevin Nicol

        Hi I am trying to open a web page in a new browser window, I can easily open a page in the last used window: System.Diagnostics.Process.Start("http://www.google.com") But I would like to have it opened in a new window. Any suggestions? Kevin

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Under Tools/Internet Options/Advanced Tab. I think it's something like "Reuse windows to launch shortcuts" or something like that.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        1 Reply Last reply
        0
        • G Guffa

          If the page opens in the last window, in a new window or in a new tab depends on the settings in the browser.

          --- b { font-weight: normal; }

          K Offline
          K Offline
          Kevin Nicol
          wrote on last edited by
          #4

          There has got to be a way I can force it to open in a new window.

          D 1 Reply Last reply
          0
          • K Kevin Nicol

            There has got to be a way I can force it to open in a new window.

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Try launching a new copy of IE with the command line parameter of the site you want to open.

            iexplore.exe http://www.microsoft.com
            

            Dave Kreskowiak Microsoft MVP - Visual Basic

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups