Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Open Windows Explorer?
Message
From
07/10/2004 16:50:01
 
 
To
07/10/2004 16:40:46
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00949714
Message ID:
00949720
Views:
6
RUN explorer.exe "c:\program files\edwin"
HTH

>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?
Previous
Reply
Map
View

Click here to load this message in the networking platform