.NET Controls: Why aren't all calls thread-safe?
Posted
by sheepsimulator
on Stack Overflow
See other posts from Stack Overflow
or by sheepsimulator
Published on 2010-05-09T19:11:17Z
Indexed on
2010/05/09
19:18 UTC
Read the original article
Hit count: 235
After exploding with excitement over learning about how to make thread-safe calls to Windows Form Controls, it got me thinking...
Why aren't all calls to Windows Form Controls thread-safe? Can anyone explain why? I would think it would reduce a lot of confusion for users of those controls.
© Stack Overflow or respective owner