Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ie
Message
From
21/11/2002 10:27:58
 
 
To
21/11/2002 10:09:39
General information
Forum:
ASP.NET
Category:
Other
Title:
Re: Ie
Miscellaneous
Thread ID:
00725189
Message ID:
00725217
Views:
11
This is written in VB not VB.NET, but may help point you in the right direction:


Dim oShellWindows As SHDocVw.ShellWindows 'shdocvw.dll
Dim oWebBrowser As SHDocVw.WebBrowser
Dim lShellWindowIndex As Long

Set oShellWindows = New SHDocVw.ShellWindows

For lShellWindowIndex = oShellWindows.Count To 1 Step -1
Set oWebBrowser = oShellWindows(lShellWindowIndex - 1)
Debug.Print oWebBrowser.LocationURL
Next iShellWindowIndex


Good luck.

ewb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform