I'm using several BackgroundWorkers, all of them share the same _DoWork _ProgressChanged and _RunWorkerCompleted Subs.
For the _DoWork and _RunWorkerCompleted Subs it migth be possible the put that info into the Object the is handed over as .Argument and or .Result. I'd like the give a feedback which Backgroundworker is reporting a progress, but I can't find a way the give the name back.
Would anybody have an idea?




Reply With Quote