CMemDc help
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
hi , i have a dialog based application in which i would like to incorporate the CMemDC concept ... can i use it???] Thanks Satadru
-
if you habe CMemDC Class onpaint() { CCLientDC dc(this); CMemDC pDC(&dc); //Draw Using pDC , Simple enough ;) }
hi , thanks for your kind help.... i have the following problems... would be gratefulif you could kindly give me some suggestions..... 1)i have a dialog based application in which i have to implement a scroll view .. can i use CSrollView(i suppose i cant)..if not how do i do it..if yes then how do i do it :-D 2)i have to capture the entire image irrespective of being within the viewable region or not ....how do i go about it.... plesae help... Thanking you. Satadru