User Profile
Collapse
-
Thank you very much. This just helped me soooo much. One of my clients wanted a multiselect combo box. There isn't any. So I told them about check box lists and they liked it. I thought I was screwed until I found your post.... -
How to wait for all processes on Background worker to complete
I am having troubles with a background worker that will have processes running. If the last process started on the background worker completes it calls the RunWorkComplete d method, even if all of the processes aren't complete. I want to start all of the processes at once, and wait until all are finished before it is complete:
Code:private void TestRunning_DoWork(object sender, DoWorkEventArgs e) { procIDs
No activity results to display
Show More
Leave a comment: