Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Path \\ or \
Message
De
19/09/2005 12:57:24
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
01050887
Message ID:
01050918
Vues:
13
>I am not sure it WSH
>I am using the expressions below:
>Is it WSH ?
>
>
>FUNCTION Shell
>LPARAMETER lcLink, lcAction, lcParms, lcDir
>lcAction = IIF(EMPTY(lcAction), "Open", lcAction)
>lcParms = IIF(EMPTY(lcParms), "", lcParms)
>lcDir=IIF(empty(lcDir),"",lcDir)
>DECLARE INTEGER ShellExecute ;
> IN SHELL32.dll ;
> INTEGER nWinHandle, ;
> STRING cOperation, ;
> STRING cFileName, ;
> STRING cParameters, ;
> STRING cDir, ;
> INTEGER nShowWindow
>
>DECLARE INTEGER FindWindow ;
> IN WIN32API ;
> STRING cNull,STRING cWinName
>
>RETURN ShellExecute(FindWindow(0, _SCREEN.caption), ;
> @lcAction, @lcLink, ;
> @lcParms, @lcDir, 1)


But it's not CopyFolder, it's ShellExecute.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform