Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Instantiating Windows Explorer with a folder link
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Instantiating Windows Explorer with a folder link
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01520169
Message ID:
01520169
Vues:
92
I have need for a menu option in VFP that will (externally) launch a given folder in Windows Explorer (aka My Computer of File Manager) to allow the users to find a file or files.

Until now I have gone through IE to do this:

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("\\XXXXXXXXXXXXXX\SHARES\QA\Qdms2000\archive\Level1")
oIE.VISIBLE = .T.

This works OK on XP - you get a flash of IE before the proper folder opens in Explorer. Unfortunately in Win7 it opens IE and then LEAVES it open before opening the file.

Is there a better way to do this directly?

TIA,
Phil Thomas
http://phillipdthomas.com

Never let your energy or enthusiasm be dampened by the discouragements that must inevitably come.....
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform