The user will be able to search for some document in the local machine and i want to show user, a progress bar during my program searches. To be more clear, i have foreach loop for which i want to tie up my progress bar to show the progress. my foreach loop and progress should work simultaneously. Is this possible to do ?
Share
From ProgressBar Class
You can try something like
EDIT
For longer running task, you might also consider using BackgroundWorker Class