VB Code:
Option Explicit Private Sub picColor_Click(Index As Integer) picPreview.BackColor = picColor.Item.BackColor End Sub
1 picture box, 50 pictureboxes in array. When you click the one from the array, i want its color to show in the first pic box.
Easy, but im running into problems![]()





Reply With Quote