UpdateAllWindows() from within a worker thread?

Posted by Harvey on Stack Overflow See other posts from Stack Overflow or by Harvey
Published on 2010-04-03T18:30:09Z Indexed on 2010/04/03 18:33 UTC
Read the original article Hit count: 278

Filed under:
|
|

I have a worker thread in a class that is owned by a ChildView. (I intend to move this to the Doc eventually.) When the worker thread completes a task I want all the views to be updated. How can I make a call to tell the Doc to issue an UpdateAllViews()? Or is there a better approach?

Thank you.

© Stack Overflow or respective owner

Related posts about mfc

Related posts about vc++