Can anyone recommend a good [web-based] reference on Threading
(Framework 1.1)?
I'm particularly confused about how to [safely] call a method in my
"main" thread from another one. - or more, one day ;-)
I've tried creating delegates to main thread methods and Invoking them
and BeginInvoking them, but I've had some quite /horrendous/ results ...
TIA,
Phill W.
(Framework 1.1)?
I'm particularly confused about how to [safely] call a method in my
"main" thread from another one. - or more, one day ;-)
I've tried creating delegates to main thread methods and Invoking them
and BeginInvoking them, but I've had some quite /horrendous/ results ...
TIA,
Phill W.
Comment