Hi i want to load png images and jpeg images.
can anyone help me?
|
|
|
|||
|
|
|
You can use CImage class which supports the following formats: JPEG, GIF, BMP, and PNG. http://msdn.microsoft.com/en-us/library/bwea7by5%28VS.80%29.aspx Use Load function to load file from disk: http://msdn.microsoft.com/en-us/library/tf4bytf8%28VS.80%29.aspx |
|||
|
|
|
|||
|
|
|
use CPictureCtrl, it's opensource. http://www.codeproject.com/Articles/24969/An-MFC-picture-control-to-dynamically-show-picture |
|||
|
|