Re: Save bmp from CDC
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Sat, 05 Nov 2005 23:17:15 -0500
Look in www.codeproject.com where there should be some good examples.
joe
On Sat, 5 Nov 2005 20:18:21 +0100, "Tommi Reiter" <treiter@xxxxxxxx> wrote:
>Hi,
>I want to save a memory device context CDC to a bmp file:
>Were can i find a good manual or sample code?
>
>Thanks!
>
>Tommi
>
>
>//short essay:
>CClientDC dc(this);
>CDC dc_mem;
>dc_mem.CreateCompatibleDC(&dc);
>//the dc_mem is now manipulated and this schould be stored to file.bmp
>
>
>
>
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Follow-Ups:
- Re: Save bmp from CDC
- From: Tommi Reiter
- Re: Save bmp from CDC
- From: Jerry Dong
- Re: Save bmp from CDC
- References:
- Save bmp from CDC
- From: Tommi Reiter
- Save bmp from CDC
- Prev by Date: Re: CTabCtrl & XP Style
- Next by Date: Re: Waiting for Dialog to update in a Nnew Thread
- Previous by thread: Save bmp from CDC
- Next by thread: Re: Save bmp from CDC
- Index(es):