Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instantiating Windows Explorer with a folder link
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Instantiating Windows Explorer with a folder link
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01520169
Message ID:
01520169
Views:
94
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.....
Next
Reply
Map
View

Click here to load this message in the networking platform