Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invoking My Computer of Explorer to a specified folder
Message
 
À
14/09/1999 14:04:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00264598
Message ID:
00264641
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform