[Mono-winforms-list] Threading problem

Miguel de Icaza miguel at ximian.com
Thu Aug 4 12:53:04 EDT 2005


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.


More information about the Mono-winforms-list mailing list