PIC TEST DEMO Application

This application demonstrates how to display a bitmap that is 
stored in a Microsoft Access 2.0 database.  The majority of 
the code was borrowed from the Microsoft Office Developers Kit CD.

The whole premise behind this application is that you take the 
binary data stored in the database and write it to a temporary 
disk file.  This temporary disk file is then loaded into the 
image control using the LoadPicture command.

Although the data stored in the Access database is an OLE 
Object this application does not use OLE or the OLE2 custom 
control.  I have seen other demonstrations using the OLE 
control and this seems easier.

If you have questions about this application send me an E-mail 
on America Online at MLUHRING.
