I'm am trying to duplicate a control that I have seen in a program. The control shows up as: ClassName: Static6
Basically it looks like a large grid of squares, 169 of them. When a square is clicked its color changes, and then its name is sent to a listview(Details).
How do I create this static control?
Basically it looks like a large grid of squares, 169 of them. When a square is clicked its color changes, and then its name is sent to a listview(Details).
How do I create this static control?