MFC dialog: Load jpg images from a folder and display the images one by one
I need to load 36 jpg images from a folder and display them in a GUI one by one. each image is going to be displayed for 1 second. i also need to develop it by using MFC dialog.
the main problem i have now is that i don't know how to display jpg images in a dialog. i think i should use picture control in the dialog. but it only supports bitmap format.
anyone can help?
Re: MFC dialog: Load jpg images from a folder and display the images one by one