how to show filename in a label when progressbar is running? c#.net
how to show filename in a label when progressbar is running? using c#.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Jan 15, 2013, 10:39 AM
If it is a windows, we normally use Backgroundworker class and asynchronously set the file name in the label control while the thread is running. Give more information on the same so that to provide correct solution.