|
-
October 12th, 1999, 08:25 AM
#1
Matrix of images
I need to display a form and inside it number of square small images like a matrix of images. I also need to give the ability of selecting each image. Does anybody know about componenet or free stuff that doing it or something similiar.
-
October 12th, 1999, 05:28 PM
#2
Re: Matrix of images
You could use the FlexGrid control (and others) to achieve this functionality. The FlexGrid has a '.CellPicture' property that allows you to set the picture within in cell of the grid - if you do that along with turning off Grid-Lines, no column headers etc you could easily achieve this (don't forget that you can check which cell was clicked in the flexgrid also).
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|