Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Open Windows Explorer?
Message
From
07/10/2004 16:40:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to Open Windows Explorer?
Miscellaneous
Thread ID:
00949714
Message ID:
00949714
Views:
71
Hello All. I have a simple single form app I am using a troubleshooting utility for my clients. It displays their registry entries, file settings etc. I thought it would be very useful to have a button on that form that would open the windows explorer to their app folder. (Sometimes they need to open the app folder to run fix EXEs)
Is this possible?
I just got done working with the Internet Explorer object from the API shell, which works like this:
oIE = createobject(InternetExplorer.Application)
oIE.Navigate("http://www.google.com")
etc
Is there an equivalent for Windows Explorer?

oWE = CreateObject(WindowsExplorer.Application)
oWE.Navigate("c:\program files\edwin")?
Or is this wishful thinking?
TIA
Amanda
Amanda Morton
System Analyst
Harrisburg Project
Next
Reply
Map
View

Click here to load this message in the networking platform