I am using VC++6 with a dialog based MFC application. All i want to do is display a .jpg file as the dialog's background at runtime. Can anyone tell me the simpliest way to do this?
Thanks.
Printable View
I am using VC++6 with a dialog based MFC application. All i want to do is display a .jpg file as the dialog's background at runtime. Can anyone tell me the simpliest way to do this?
Thanks.
VC++6?
Hmm....
Download the Intel JPEG library and use it to decode the JPEG.
Or maybe you can download GDI+ for VC++6, don't know.