Introduction
This application will permit the user to create tables in SQL 2000. It will also permit the user to save and view images from the database. The user can browse the images either full size or double click a thumbnail and view the full size image. Or you can select several images and make a slide show (this part still needs some work but it does the job for now). This application covers many of the basics in application development. The connection string for the database is stored in the
app.config file. The information for the About form is stored in the assemblyinfo where there is a helper class that permits you do dynamically populate the about form.
There are quite a few image viewers on this website but I firmly believe mine has it�s place here also.
Requirements
To run this code the use must have SQL2000.