how to do it ?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I just want to know that if I could get a view's DC from the Doc class? how to do it? anyone konws? thank you. YES, I am here.
I assume that you must have access to the views from the document. If so, simply instantiate a CClientDC passing it the desired view pointer. Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the af
-
Hi, I just want to know that if I could get a view's DC from the Doc class? how to do it? anyone konws? thank you. YES, I am here.
Look the article Q108587 - "HOWTO: Get Current CDocument or CView from Anywhere" in
MSDN
Best regards,:-D Eugene Pustovoyt