> I can call form2 from main thread but when i create a child thread i cannot
> call form like
[quoted text clipped - 4 lines]
> now this only works in mian thread so my question how do call a form from a
> child thread ?
You need to marshall baack to the main UI thread. See
http://www.pobox.com/~skeet/csharp/threads/winforms.shtml

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too