Possible Duplicate:
updating progress bar during a file search
I'm using FindFirstFile
and FindNextFile
recursively to search for a file by searching 20 levels deep.
How would I go about adding a progress bar? To show the progress of the search?
I want something similar to the progress bar in explorer when you search for a file.
But how would I figure out how many total files I have to search through to figure out the % completed?