PDA

Click to See Complete Forum and Search --> : Dialog's and jpg's


AndyMitchell
Feb 20th, 2003, 05:45 AM
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.

CornedBee
Feb 21st, 2003, 05:11 AM
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.