Is there a way to copy a file from one destination to another? Showing the copy status box? Thanks
------------------
Sincerely,
Chris
:-) ;-)
Email [email protected]Quote:
just have fun out there and live life to the fullest while it is still here
Printable View
Is there a way to copy a file from one destination to another? Showing the copy status box? Thanks
------------------
Sincerely,
Chris
:-) ;-)
Email [email protected]Quote:
just have fun out there and live life to the fullest while it is still here
Could help if i wasn't such a fool and could spell copy right man i feel like an idiot. sorry guys for the spelling. Well i hope you can help thanks!
------------------
Sincerely,
Chris
:-) ;-)
Email [email protected]Quote:
just have fun out there and live life to the fullest while it is still here
Is this even possible? if it isn't possible then can somebody atleast tell me that so I don't sit here all day waiting for someone to answer. Thanks
------------------
Sincerely,
Chris
:-) ;-)
Email [email protected]Quote:
just have fun out there and live life to the fullest while it is still here
Might as well ask again while I test my new and improved profile. DOES ANYONE HAVE ANY IDEAS? Thanks
------------------
Sincerely,
Chris
:) :D ;) :o :(
Email [email protected]Quote:
just have fun out there and live life to the fullest while it is still here
[This message has been edited by PITBULLCJR (edited 02-15-2000).]
Yep! there is a function named 'copyfile' (I think so).
check with the help file. Regarding the second question, you can go for progress bar.
If u have still more doubts, post it.
jebs.
ICQ#57900212
Yes you can use the CopyFile function
CopyFile [source] [destination]
If you really want to be flash :D you can create a form, and place an Animated Control on the form (it's in the MS Common Controls library) - then in code;
Animation1.Open "[filename]"
Animation1.Play
There is a file shipped with VB called \GRAPHICS\AVIS\FILECOPY.AVI which is the thing you're looking for.
You can then show this form, start the copy, then close this form after the copy has finished.
If this doesn't make sense let me know.
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]