Reading a BMP file directly to a DIB

  • Thread starter Thread starter maps
  • Start date Start date
M

maps

Hello all,
I'm using CF1 to prgram a CE 4.2 device. Since I do not have
imgdecmp.dll, I cannot read a BMP file to a Bitmap object.
I'm trying to read the file (palleted 8 bit BMP) into a DIB, so I can
BitBlt it to the Bitmap (I know how to get the Bitmap's handle and DC).
Can someone please help me doing it in vb.net or C#?
Thanks!
-Yoav.
 
Back
Top