Unfortunately, adding a JPEG to a form in Visual C++ is not very straightforward. However, once you get the hang of it, it's not too difficult to do.
First save your JPEG as a Windows Bitmap (.bmp).
Then, there are four steps:
1) Import the bitmap into your project and give it a resource identifier
2) Add a Picture control to your form
3) Set the type of the Picture control to Bitmap
4) Set the Image of the Picture control to the resource identifier you chose in step 1
These steps are elaborated upon more extensively here: http://www.functionx.com/visualc/applications/displaybitmap.htm.
Hexar Anderson
Measurement Studio
Hexar Anderson
Measurement Studio Staff Software Engineer
National Instruments