Hi,
In my program I'm using about 100 Picture Boxes. When I click on any Picture Box it changes background color in rotation (Red-Yello-Green-Blue-Brown- and back to Red). For efficiency reason I wanted to use Image Controls instead but they don't support background property.
What if I use 100 Command Buttons (style=1 graphical) and change their colors when clicked, would that be more efficient that 100 Picture Boxes? All I want is to be able to click on small square (Button or Picture Box) and by doing so change it's color.
Thanks
Tomexx


Reply With Quote