Hello,

> Is there currently a problem with threading and winforms? If I run an
> app which uses System.Threading and winforms, I get the following when I
> quit

Winforms is not a multithreaded toolkit.

You must use Control.Invoke to perform Winform calls from a different
thread.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to