hi
I am creating a windows application. The application have one MDI form and others are child / dialogue forms. When i click menu item i open child form. I added one statusstrip to mdi so that my loading progress can be shown in the progress bar added in the status bar. I also added background worker control in the MDI form.
Here i can add the work in doWork method. I am planning to use same background worker and progress for any long running process in any child form. Any idea for this? Can i pass the method / fucntion to the runasync method of background worker