lapucca
asked on
Is background thread the best approch to do this?
Hi, I'm working on a windows application. In the main form, when a menu item is selected, I need to pop up a dialog that informs user how many records are going to be process, a progress bar showing how much work is completed and updates it periodically. And a Cancel button is available for the user to cancel the process if they want. Is Background thread the best approach to do this in C#? (I have .net 2) Thank you.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.