Question : Loading gif images

Hi,
I wish to use some transparent gifs in an application.  I am used to loading bitmaps from the resource file but how do I display transparent gif images?  All the gifs are the same size, would it be possible to use a CImageList with them?

Thanks.

Answer : Loading gif images

Check out

http://www.codeguru.com/Cpp/G-M/bitmap/otherformats/article.php/c4921/

Creating the CBitmapPicture Object - Allow the user to load jpg, gif, bmp, and dib formats from a file or resource and store them as CBitmap objects.

http://www.codeproject.com/bitmap/render.asp ("Rendering gif, JPEG, Icon, or Bitmap Files with OleLoadPicture")

http://www.codeproject.com/bitmap/cpicture.asp ("Simple class for drawing pictures (jpg, tif, gif, etc...) ")
Random Solutions  
 
programming4us programming4us