Are you suggesting to create another window and BitBlt the data to the new window? Why would that help, I can't get the data from the current window, what would be different about the new one.
I have tried two things:
1- Creating a memory DC and BitBlt to it.
2- Doing a GetCurrentBitmap on the...
I have been able to get data out of a bitmap in an MFC OnDraw method if I use the GetPixel method. This approach is, however, too slow.
Does anyone know how to get a pointer to the current
bitmap so that the data could be copied. I have
tried various things that seem should work but cannot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.