Hi:
I need help on this:

I'm using Backgound worker to process a continous string, break it in 4 character and store into string array. I'm able to process the string, but how do I pass the string to UI say Textboxes or labels asyncronously? Using Delegates? Can someone show me some sample?

Thansk