MFC display jpg in dialog

Started by
0 comments, last by Scuppy 18 years, 4 months ago
i am new to MFC. i need to display a jpg, gif or a png in a MFC dialog application. all examples i found so far are document based and really huge.. do you know a good small example for this?
Advertisement
Try this:

http://www.codeproject.com/bitmap/render.asp

If thats too complicated, then you could just use CImage:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/vcrefCImage.asp


Or if you're into sourceforge then check out FreeImage

This topic is closed to new replies.

Advertisement