Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy File And Showe Status
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00438393
Message ID:
00438582
Vues:
16
>Erik,
>
>When you say "Windows File Copy progress bar", to what are you
>refering to?
>

I mean that when you copy large files with explorer, it creates a thermometer for you. you can use the Windows dialog through the Shell.Application object:

oShell = CREATEOBJECT("Shell.Application")
oNS = oShell.NameSpace("c:\MyDestination")
oNS.CopyHere("c:\somelargefile.dbf")

The Shell object has to be installed on the system to use this. Search here on "Shell Object". Shell32.dll is an oft discussed subject...
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform