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.
Printable View
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.
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