Zigzag
Registered User.
- Local time
- Today, 06:51
- Joined
- Aug 19, 2007
- Messages
- 386
I have been playing around with displaying images on forms by using a web browser instead of using images. As we all know embedding images into a database has a tendency to bloat the db so the usual approach is to store the path and then load the images when required (This can still be slow if a 3meg images is being pulled over the network) or follow hyperlink when the path is clicked (This does not allow the image to be seen until the hyperlink is followed)
This demo application will create a shortcut of selected images and then display the folder where the shortcuts has been stored within a web browser.
Although the pictures are only thumbnail size I think the result are quite effective and the performance does not suffer even when there are many images.
It would be nice to get click events on the web browser to feed the info of the selected image back so that image could then be loaded onto the form, but as it is a double click opens the image in its native program.
I have never seen this approach suggested before and thought it would be useful for other members.
Access 2003
OS WinXP
Garry
This demo application will create a shortcut of selected images and then display the folder where the shortcuts has been stored within a web browser.
Although the pictures are only thumbnail size I think the result are quite effective and the performance does not suffer even when there are many images.
It would be nice to get click events on the web browser to feed the info of the selected image back so that image could then be loaded onto the form, but as it is a double click opens the image in its native program.
I have never seen this approach suggested before and thought it would be useful for other members.
Access 2003
OS WinXP
Garry
Attachments
Last edited: