accessing browser from windows form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joe Van Meer

    #1

    accessing browser from windows form

    Hi All,

    How would I go about accessing all the currently running browsers on users
    system via a windows form app, to for example, to refresh a page? Is this
    possible? I have used the diagnostics library to get all instances of the
    iexplore processes but am lost as to how to get each browser so I can
    manipuldate some of the properties?

    Cheers & thanks! Joe :)


  • Herfried K. Wagner [MVP]

    #2
    Re: accessing browser from windows form

    "Joe Van Meer" <jvanmeer@eastl ink.ca> schrieb:[color=blue]
    > How would I go about accessing all the currently running browsers on users
    > system via a windows form app, to for example, to refresh a page? Is this
    > possible? I have used the diagnostics library to get all instances of the
    > iexplore processes but am lost as to how to get each browser so I can
    > manipuldate some of the properties?[/color]

    You may want to check out 'ShellWindows' which maybe can used to archieve
    what you want:

    <URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Joe Van Meer

      #3
      Re: accessing browser from windows form

      Thank you Sir! I will check that out!

      Cheers, Joe :)

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
      news:%23px9zIph GHA.1520@TK2MSF TNGP03.phx.gbl. ..[color=blue]
      > "Joe Van Meer" <jvanmeer@eastl ink.ca> schrieb:[color=green]
      > > How would I go about accessing all the currently running browsers on[/color][/color]
      users[color=blue][color=green]
      > > system via a windows form app, to for example, to refresh a page? Is[/color][/color]
      this[color=blue][color=green]
      > > possible? I have used the diagnostics library to get all instances of[/color][/color]
      the[color=blue][color=green]
      > > iexplore processes but am lost as to how to get each browser so I can
      > > manipuldate some of the properties?[/color]
      >
      > You may want to check out 'ShellWindows' which maybe can used to archieve
      > what you want:
      >
      > <URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>
      >
      > --
      > M S Herfried K. Wagner
      > M V P <URL:http://dotnet.mvps.org/>
      > V B <URL:http://classicvb.org/petition/>
      >[/color]


      Comment

      Working...