Results 1 to 6 of 6

Thread: Compying files

  1. #1

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    Is there a way to copy a file from one destination to another? Showing the copy status box? Thanks

    ------------------
    Sincerely,
    Chris
    :-) ;-)
    just have fun out there and live life to the fullest while it is still here
    Email [email protected]


  2. #2

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    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
    :-) ;-)
    just have fun out there and live life to the fullest while it is still here
    Email [email protected]


  3. #3

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    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
    :-) ;-)
    just have fun out there and live life to the fullest while it is still here
    Email [email protected]


  4. #4

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    Might as well ask again while I test my new and improved profile. DOES ANYONE HAVE ANY IDEAS? Thanks

    ------------------
    Sincerely,
    Chris

    just have fun out there and live life to the fullest while it is still here
    Email [email protected]

    [This message has been edited by PITBULLCJR (edited 02-15-2000).]

  5. #5
    Hyperactive Member jeba's Avatar
    Join Date
    Feb 2000
    Posts
    265

    Post

    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

  6. #6
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670

    Post

    Yes you can use the CopyFile function

    CopyFile [source] [destination]

    If you really want to be flash 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]



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width