Hi,
I'm trying to load some pictures in the Form_Load() at run time.
The paths to the pictures are stored in a text file.
I assume that the pictures will be loaded into ImageList? control,
and displayed in a picture control when needed.

I've never used imagelist so I'm not sure how to go about that.

1) How do I load the pics into ImageList at runtime
2) How do I access the pics from ImageList and shop in a pictureBox