G
Guest
Usig VB .NET 2003, I'm writing a simple app that copies 1 or more files.
Requiremtns state that I need two progress bars one for current file copy
progress and one for overall progress.
My problem is that I'm not sure how to obtain progress about a file as it is
being copied. I've read some thread about using the SHFileOperation API but
I'm lost as to how to implemt that in .NET.
Can someone give me a pointer to some doco? Also an example of the
implemtation and usage of the API wouild be appreciated
Requiremtns state that I need two progress bars one for current file copy
progress and one for overall progress.
My problem is that I'm not sure how to obtain progress about a file as it is
being copied. I've read some thread about using the SHFileOperation API but
I'm lost as to how to implemt that in .NET.
Can someone give me a pointer to some doco? Also an example of the
implemtation and usage of the API wouild be appreciated