i have a database with several paths looking like the one below
C:\S&M Site Project\NEWSMAA\SitePhotos\2\GUY093\GUY093-Tulips.jpg
what i aim to do is load the images into a gallery control (if one exist)
the users viewing the images should be able to do either of the following:
1.Double click on an image to see it bigger or some large predefined size.(thats the viewing part of it)
2.Select those images the want and then extract it as a single PDF file to any location on the user machine.
3.print all selected images.
4.Remove all selected images from the gallery as well as the image path from the database.
if anyone has an idea on how i can go about doing this task i would be very grateful for a tutorial video or link .