blog:2020-05-12_c_access_form_components_from_thread
I have a WinForms application, that launches a function to access WinForm RichTextBox in a different thread (from another class).
We can easily access RichTextBox from main form thread but, if I access it from a thread, it throws an error which says that I'm trying to access the component from another thread.
Our Solution
Permalink blog/2020-05-12_c_access_form_components_from_thread.txt · Last modified: 2020/05/12 11:16 by
jethro