[Mono-dev] Threads and X-Windows?

Rob Wilkens robwilkens at gmail.com
Fri Jun 1 20:23:38 UTC 2012


On 05/30/2012 03:56 PM, Rob Wilkens wrote:
> I'm troubleshooting a problem in System.Windows.Forms (or an 
> application which uses it):
>
> Does anyone know of problems where messages processed from thread a 
> can't reach a window created in thread b?  That is, if thread a is 
> processing messages, those messages don't reach the windows created in 
> thread b?  By messages, i mean things like WM_CLOSE and WM_PAINT (or 
> invalidate? or whatever the equivalents are)...  (Messages that are 
> processed, in theory, by Application.Run() in thread a)...

I made a bad assumption, please ignore the above, it's based on bad 
information.  I just read the msdn documentation and corrected my bad 
assumption.

Please ignore my original question, if you didn't already.

I'll try to consult the documentation first in the future.

-Rob



More information about the Mono-devel-list mailing list