CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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.



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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
  •  





Click Here to Expand Forum to Full Width

Featured