Hi,
I'm having trouble getting the string from progress changed in bgw.
Well, when i type the following code it works:
In this case i get the progress changed (string value)HTML Code:msgbox(e.userstate)
But if i write in progresschanged :
i get nothing...HTML Code:text1.text=e.userstate.tostring
this is how i send data to reportprogress:
Any ideas?HTML Code:WorkerL.ReportProgress(10, "string")
Cheers!




Reply With Quote