I would like a solution for the following problem.
A table in my database has the following fields:
- intID: long
- strDescription: string 50 characters: This is a description of a particular image
- strURL: string 255 characters: this is an URL that links to a particular image on the web
I want to create a continuous form, containing per row:
- The description of the image (strDescription)
- A thumbnail of the image. When clicking on the thumbnail, the image should be displayed with the program that is linked to image format (eg Windows Picture Viewer). The images are in the png format.
Is this possible? What’s the best way to do this?
A table in my database has the following fields:
- intID: long
- strDescription: string 50 characters: This is a description of a particular image
- strURL: string 255 characters: this is an URL that links to a particular image on the web
I want to create a continuous form, containing per row:
- The description of the image (strDescription)
- A thumbnail of the image. When clicking on the thumbnail, the image should be displayed with the program that is linked to image format (eg Windows Picture Viewer). The images are in the png format.
Is this possible? What’s the best way to do this?