Hi. I am using CopyFile(source, dest, flag) and
I want to show current process on progressbar control.
As I found, I need to use Thread or call back function.
but i just want to use Timer func.
So, with my guess, On Timer function implements
Open dest file and get FileSize every single time(I set timer as 1 sec).
and calculate the progress bar position.
However, I think it is not efficient calling OpenFile every time until
timer is killed.