Displaying PNG images in MFC project using CxImage Library
Microsoft Visual studio does not allow you to include the PNG image in the resource. It gives the option to include only bmp images. To display the PNG images we need to go for other third party libraries such as CxImage library, gdiplus, ATL class CImage etc. Among these methods CxImage is the simplest one. […]