Using Progressbar in c# windows application
Posted
by karthik
on Stack Overflow
See other posts from Stack Overflow
or by karthik
Published on 2010-04-14T04:22:21Z
Indexed on
2010/04/14
4:33 UTC
Read the original article
Hit count: 224
c#
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 ?
© Stack Overflow or respective owner