Jim Lawrence (AccessD)
accessd at shaw.ca
Thu Jun 12 21:37:11 CDT 2003
Hi Christopher: In order for the process to work you will need two copies of the picture, one the thumbnail and one the full-size version. They could he named like 'IDNumber + 'th.jpg and 'IDNumber + 'fu.jpg'. It is not advisable to force a image to a specific size on a web page. Too much process and a poor quality images. Check out the <img> tag for html coding. HTH Jim -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Christopher Hawkins Sent: Thursday, June 12, 2003 7:05 PM To: accessd at databaseadvisors.com Subject: [AccessD] VB6: Using the Webbrowser control to view files - Thumbnail view? So here's my dilemma. I have a form that is displaying data from a database. My client wants to see a thumnail of all the images that are related to the record being viewed - the images are stored in a folder with the same name as the record ID, so finding them is easy. I dropped a Webbrowser control on the form, fed it the appropriate path, and BAM! I'm looking at a list of files. Close, but I need to see a thumbnail view, not a list view. I can right-click in the control and select View > Thumbnail, but my client wants the images to appear in thumbnail view without his users having to do anything. I am thus far unable to find a property of the WebBrowser control that would allow this, and Google has failed me. Does anyone have any ideas? -Christopher- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com