Hi,
I created one tool (Desktop application) for copying.
While copying I want to show waiting message.
If any one have idea it would be appreciable.
Thanks
Darma
Loading
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.
VulpesPosted Mar 8, 2013, 7:28 AM
VulpesPosted Mar 8, 2013, 9:33 AM
http://msdn.microsoft.com/en-gb/library/system.componentmodel.backgroundworker(v=vs.100).aspx
However, if you don't want the user to be able to do anything else whilst the copying is taking place, I'd stick with a simple Label.
darma tejaPosted Mar 8, 2013, 9:25 AM
Thank you very much!
It takes much time to copy. But I managed with label as you said.
Darma