Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows explorer
Message
 
 
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:
01207395
Vues:
20
>>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.

It would not be Windows Explorer <g>
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform