postmessage
C / C++ / MFC
5
Posts
3
Posters
2
Views
1
Watching
-
Hi, In MFC, when using sending or posting message to UI in a worker threads, is better to call global ::postmessage or postmessage?. CWnd vs. MFC. :confused:
-
within worker thread, could a pointer to CDialog access its member variables or even functions, nothing to do with its UI elements, without using postmessage or sendmessage?. I expect the answer is YES. :doh:
-
within worker thread, could a pointer to CDialog access its member variables or even functions, nothing to do with its UI elements, without using postmessage or sendmessage?. I expect the answer is YES. :doh:
You probably would like to read this great Joe Newcomer's essay about using [WorkerThreads](http://www.flounder.com/workerthreads.htm)