Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows explorer
Message
 
 
À
22/03/2007 17:34:15
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01207378
Message ID:
01207392
Vues:
15
>I want to open a windows explorer in it's own window and navigate to a given directory.
>
>If this were internet explorer I would
>
>oIE = CREATEOBJECT("InternetExplorer.Application")
>
>oIE.Navigate("http://some web site/")
>oIE.Visible = .t.
>
>
>I want to do the same thing with internet explorer but can't find the class name to even experiment.
>
>TIA

In additon to Naomi's suggestion, just give IE a filesystem URL:

loIE = CreateObject("internetexplorer.application")
loIE.Navigate("file://c:\program files")
loIE.Visible=.t.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform