Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invoking My Computer of Explorer to a specified folder
Message
 
To
14/09/1999 14:04:37
Scott Barker
Barker Systems Consulting Ltd.
North Vancouver, British Columbia, Canada
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00264598
Message ID:
00264641
Views:
18
Hi Scott,

>Does anyone have the short notes on invoking (in Win 95) My Computer or Explorer to a specific folder from VFP6... if you know what folder you'd like to show ....
Declare Integer ShellExecute in Shell32.Dll ;
	Long Hwnd, ;
	String lpOperation, ;
	String lpFile, ;
	String lpParameters, ;
	String lpDirectory, ;
	Integer nShowCmd
ShellExecute(0,"explore","C:\Temp","","",5)
Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform