Hi,

I'm having trouble getting the string from progress changed in bgw.

Well, when i type the following code it works:
HTML Code:
msgbox(e.userstate)
In this case i get the progress changed (string value)

But if i write in progresschanged :

HTML Code:
text1.text=e.userstate.tostring
i get nothing...

this is how i send data to reportprogress:

HTML Code:
WorkerL.ReportProgress(10, "string")
Any ideas?


Cheers!