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. C#
  4. How to start Internet Explorer

How to start Internet Explorer

Scheduled Pinned Locked Moved C#
csharpcomtutorialquestion
6 Posts 4 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.
  • P Offline
    P Offline
    PrebKlok
    wrote on last edited by
    #1

    Is there a way to start an instance of Internet Explorer from a C#-form, so that IE automaticly opens the page http://www.xxxxxxxx.com?

    S M P 3 Replies Last reply
    0
    • P PrebKlok

      Is there a way to start an instance of Internet Explorer from a C#-form, so that IE automaticly opens the page http://www.xxxxxxxx.com?

      S Offline
      S Offline
      Stefan Troschuetz
      wrote on last edited by
      #2

      This line should do the job:

      Process.Start("iexplore", "http://www.xxxxxxxx.com");


      www.troschuetz.de

      B 1 Reply Last reply
      0
      • P PrebKlok

        Is there a way to start an instance of Internet Explorer from a C#-form, so that IE automaticly opens the page http://www.xxxxxxxx.com?

        M Offline
        M Offline
        mav northwind
        wrote on last edited by
        #3

        You could start the default browser (not neccessarily IE) by calling

        System.Diagnostics.Process.Start("http://www.xxxxxxx.com");

        mav

        1 Reply Last reply
        0
        • P PrebKlok

          Is there a way to start an instance of Internet Explorer from a C#-form, so that IE automaticly opens the page http://www.xxxxxxxx.com?

          P Offline
          P Offline
          PrebKlok
          wrote on last edited by
          #4

          Thanks :)

          1 Reply Last reply
          0
          • S Stefan Troschuetz

            This line should do the job:

            Process.Start("iexplore", "http://www.xxxxxxxx.com");


            www.troschuetz.de

            B Offline
            B Offline
            bikram singh
            wrote on last edited by
            #5

            No, I am not the signature. I "-------" (dream?) here! Is this wat it means ?! Well what does it mean ! :) Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

            S 1 Reply Last reply
            0
            • B bikram singh

              No, I am not the signature. I "-------" (dream?) here! Is this wat it means ?! Well what does it mean ! :) Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

              S Offline
              S Offline
              Stefan Troschuetz
              wrote on last edited by
              #6

              It means: No, I'm not the signature, I'm just cleaning here! :-D


              www.troschuetz.de

              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