Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy File And Showe Status
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00438393
Message ID:
00438582
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform