How to display images like large icons

L

Leanne

I am trying to find out a way to display multiple images
in a Form like Large icons. Then users can click the large
icon to display larger pictures. Need help. Thanks in
advance.

Leanne
 
S

Stephen Lebans

You can use the standard Image control setting the control's Dimensions
and it's SizeMode property to simulate a THumbnail view. When the user
clicks on one of the Images simply Popup a Form containing a blank
Image control that you fill with the selected Image. For best speed
simply copy the PictureData propery from the selected Image control into
the PictureData prop of your blank Image control on the popup form.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top