Persistant screen capture
Hi !
Here is my problem : I've developed a chat-like application with VC 6.0
In it, I've added a common drawing area.
Each time a user draws something in the draw area, a draw order is sent to all others clients (via a server of course !). When a client is receiving the draw order, after drawing it, I would like the application to do a screen capture instead of keeping all the draw orders.
Can you tell me how can I implement that ? I would like to do it with the MFC (CDC, CDC::CreateCompatibleDC, CBitmap, and so on...)
My problem is that I don't know how to keep in memory the captured picture.
Thanks a lot...
Re: Persistant screen capture
GetDIBits should help you.