Hi all. I want to ask you something: to share your experience and share me a solution to next issue: I had an SDI app, with CView based on CScrollView, where I render a bitmap, simple bitmap. Also, I had an CDialog, where I want to render the same bitmap like on CView, but on the second monitor (in fact it is a multimonitor arhitecture). But is really necesary that the drawing from CView an CDialog is being performed syncron, I mean in the same time.

For this, I want to implement an UIThread solution for CDialog, take it from here:
http://www.codeguru.com/cpp/misc/mis...onstration.htm

does not function properly, and some programmers suggerate to avoid UIThreads ...

Now, the issue remain: what solution whould use to render the same bitmap, on the two views, in the same time ? (On CView and CDialog on second monitor).

Kindly thank you.