CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    VB - FileCopy Automation

    Hello Friend,

    I am using VBA File Function Filecopy and mentioning the Source and the target files.. The file size
    is very big which has to be copied.. Now how can I represent a progress bar to display the status of
    copying of the file .. Here I got stuck up and unable to capture the window event or the callback
    which I can use to know the start time and end time.. I believe there are some API's related to it.

    Can U suggest any solution for this.

    Regards

    Prasad



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: VB - FileCopy Automation

    I'm sure there's some stuff on the CodeGuru site about this, but if not, take a look at :

    http://www.thescarms.com/vbasic/fileops.htm



    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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

Featured