G
Guest
In a multithreaded windows form application I know that if I'm changing any
UI aspect of a form that I must do it on the same thread that created it.
But, what about reading these properties? Are form properties safe to read
from a different thread?
Cheers
UI aspect of a form that I must do it on the same thread that created it.
But, what about reading these properties? Are form properties safe to read
from a different thread?
Cheers