Question C# Changing image help

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
Here is what I'm doing to create multiple picture boxes
1333c418ccdfd8fb36dc663e38a04a03.png

so the tabpage is scrollable, but I'm confused on how to change each picture boxes image. I have tried
Code:
Images[0].Image = ----
and Images[1].Image = ----
and so on, but that doesnt work.
 
Top