How to access UI controls from a user defined class (CFormView based SDI application)
Answers from codeproject (cy163cy163)
GetActiveWindow() is thread-specific. You have no active windows in your worker thread.
Why not add a CHhhhView* member to your MyClass class (pass it