Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thumbnails in a container
Message
From
30/09/2005 02:50:32
 
 
To
30/09/2005 02:36:44
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
01054762
Message ID:
01054763
Views:
16
>Dear All,
>
>I want to add a function to review all photos registered to our clients, my initial thought is programmatically added a series of image control & assigned with the photos' path & filename; however, each photo is around 4-6M, there is about a hundred per each user...
>
>Is there any property available to preview the thumbnail before loading the photos completely?
>
>
>Thanks in advance!

I have a few suggestions.

One is to create a label with only the thumbnails, and enough columns to fill the screen horizontally. The command "Label form youImageLabel preview" can be used to show the thumbnails.

Another solution is to use Getfile() and select Thumbnail from the View menu.

A third is to create a HTML file programmatically with all the thumbnails, and show the HTML file with the WebBrowser control.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform