How to put the content of scrollview into one bitmap?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
can anyone tell me how to put the whole content of scrollview into one bit bitmap?by the way, I don't know the content of the window,is it difficult? thanks
Shouldn't just create a compatible DC, a bitmap the size of the scrollview, select the bitmap into the DC, and then sending WM_PRINT to the scrollview work?