I have an MFC SDI application and I want to access the Document area from a separate Dialog so I can draw something on it. Here's what I want to access:
void CProjView::OnDraw(CDC* pDC)
or better yet, I would like to draw on the document view directly from the dialog. How can I do that ?