I am trying to get a ListBox, itemdata to show a certain PictureBox in a control array, to be shown that has the same index number.

For example:
If List1.ItemData(1) Then Picture1(1).Visible = True

Thanks in advance!!