
Transfering Image Files in COM Calls
You should not use DDB, because it's device dependent. You may not want to
use BMP format either, because compression is not so good. Actually, there
is no compression for 24-bpp BMP files.
Consider using JPG or PNG file photos. Use GDI+ which handles lots of image
formats.
Feng Yuan (www.fengyuan.com)
This posting is provided "AS IS" with no warranties, and
confers no rights.