How do you pass a string from backgroundworkers dowork to it's
progresschanged? I can pass an integer easily and then print it
out with e->progresspercentge....but I can't do it with a string!
I'm not sure about c++, but in c# the ReportProgress method is overloaded where it can pass a percentage and a "UserState" which is just an object that is part of ProecessedChangedEventArgs.