3
Answers

Must I litter my code with this.Invoke if a multi-thread a Winforms app?

Photo of David Hanna

David Hanna

14y
3.8k
1
I'm just wondering if there's a better pattern for accessing UI elements in a multi-threaded winform application.  I'm currently using delegates and this.Invoke calls, which works, it just doesn't feel elegant.

Thanks.

Answers (3)