How to show a PNG image in my dialog ?
C / C++ / MFC
5
Posts
4
Posters
0
Views
1
Watching
-
Take a look at CxImage. It's a great image processing library with support for TONS of different image formats. http://codeproject.com/bitmap/cximage.asp[^] Good Luck! -Mike Zinni "No shit it's tough. If it wasn't, everybody and their sister would be an engineer and then you wouldn't have a job."
-
Take a look at CxImage. It's a great image processing library with support for TONS of different image formats. http://codeproject.com/bitmap/cximage.asp[^] Good Luck! -Mike Zinni "No shit it's tough. If it wasn't, everybody and their sister would be an engineer and then you wouldn't have a job."
-
You may happily use GDI+ if you need, it's the Platform SDK and no third-party stuff (at least for me - a virtue). Regards, Bartosz Bien