Problem:
How can I display a JPEG (JPG) file from a Character based application?
Resolution:
Character based applications do not support the display of images.
You could however use the ShellExecute api routine to display a JPG in the system default application for it.
Attached is a demo that gets a JPG from a website and displays it using ShellExecute.
Attachments:
Old KB# 5376
