How would you enumerate top level browser windows?

  • Thread starter Thread starter dave
  • Start date Start date
D

dave

As part of a little utility I'm writing, I'd like to be able to
enumerate the top-level instances of InternetExplorer and find out what
URL they are currently visiting. Ideally, I'd get firefox as well as
sub-tabs within IE7 and Firefox.

I know how I'd do it in Win32/C++, but I'm pretty new to .Net

Anyone have any suggestions on a good way to approach doing this?

Thanks!
- Dave
 
Back
Top