Originally posted by: aliho
CDC *dc = GetDC(); // get current device context
m_pictDC.CreateCompatibleDC(dc); // create the same device to save the picture
m_drawDC.CreateCompatibleDC(dc); // create the same device for drawing
CRect rect;
GetClientRect(&rect);
m_pictDC.StretchBlt(0, 0,rect.Width(), rect.Height(), dc, 0, 0, rect.Width(), rect.Height(), SRCCOPY); // save the picture
m_drawDC.StretchBlt(0, 0,rect.Width(), rect.Height(), dc, 0, 0, rect.Width(), rect.Height(), SRCCOPY); // save the picture
.....
dc->StretchBlt(0, 0,rect.Width(), rect.Height(), &m_pictDC, 0, 0, rect.Width(), rect.Height(), SRCCOPY);
don't work
Reply
Originally posted by: SP.Raj
Can I have complete Demo and src of this work?
Thanks,
SP.Raj
Originally posted by: rkgotrala
it is good can we make it simple
Originally posted by: suguna
Can I get a demo of this project please?
Is there any way to emboss another bitmap on the bitmap?
Originally posted by: hong
How to mark date and time on a bmp ? dynamically generate the date and time mark.
ReplyOriginally posted by: Richard Harris
Can you send me a demo, so I can see how this work?
Thank-you
Originally posted by: alvin james
i am currently working on a program that will allow me do do some image processing. I have written code that wil allow me to load and dispaly a bitmap, but i am having trouble getting the values of the pixels. I am working with grayscale images and all i need is the code that will allow me to save the pixel values of the loaded image,x, to an array that i can process later. I would love any help that i can get. Thank you.
ReplyOriginally posted by: www.exontrol.com
Nice.
ReplyOriginally posted by: Ashok kumar
I want to see the demonstration fot this project.
How can I check this code for any bitmap?
Answer awaited
Thanks
Originally posted by: Mizan Rahman
I wanted to know how to paint BMP as disabled so it appearss that the object is inaccessible.
You can e-mail me the ans.
Thank you.
Hi,
Mizan Rahman