Q: How to access UI elements from a thread in MFC?

A: Since the MFC is not thread-safe at object level (only at class level) one have to be careful when UI elements (like edit controls, listboxes...