I have been successful in loading a JPG file from a resource by using LoadResData function. The concept is to read the data in bytes, and hten store it in a temp file. Load the temp file into the control as required. I don't have hte address right now but this solution is from Microsoft's website. They even have a demo project for loading JPG's and GIF's.(Search the KB)