I have three pictureboxes colored white, red, and blue. The name and Index of the three are:
picColor(0) = white
picColor(1) = red
picColor(2) = blue
The three pictureboxes are sitting on top of each other inside of a 4th picturebox called picColors
None of the three pictureboxes show when I assign it's ZOrder to 0; always the picColors picturebox shows but none of it's child pictureboxes
Never Mind. I had Visible = False on all three
picColor(0) = white
picColor(1) = red
picColor(2) = blue
The three pictureboxes are sitting on top of each other inside of a 4th picturebox called picColors
None of the three pictureboxes show when I assign it's ZOrder to 0; always the picColors picturebox shows but none of it's child pictureboxes
Never Mind. I had Visible = False on all three