LostInTangent wrote:Why exactly are you using the anonymous method? I don't see the benefit in using the Invoke statement in this context.
Because anonymous method enables me to set the Text property in the same context, and for each property than i have to set asynchronously i have to got a delegate / method, and anonymous method is so fast. But my problem is so bad because i tried to use without anonymous method and doesn't work.