Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ie
Message
De
21/11/2002 10:27:58
 
 
À
21/11/2002 10:09:39
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Re: Ie
Divers
Thread ID:
00725189
Message ID:
00725217
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform