Static Control?

kylegee

Member
Joined
Sep 9, 2008
Messages
10
Programming Experience
Beginner
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?
 
The static control has a yellowish border. When the squares in the static control are clicked they are inserted into the above listview, depending on what row is selected.

I've made a system that works just like this, but instead of a static grid like the one shown, I used 169 labels...ick. This must be an easier system, but I don't understand it.
 

Attachments

  • screen.jpg
    screen.jpg
    124 KB · Views: 29
Back
Top