Originally posted by: Joseph Finnerty
I have code implemented which saves the window into
a bitmap using the DDB to DIB function. The only time
I can get this to work is if I change:
bi.biBitCount = bm.bmPlanes * bm.bmBitsPixel;
to
bi.biBitCount = 8;
Any ideas greatly appreciated.
Thanks,
Joe
Reply