Hi,
I have two forms frmMain and frmUsers.
frmMain has an ImageList, and I fill that list with pics from file when program starts.
However I need to use the pics from the ImageList on my other form.

How can I use the ImageList from frmMain in my other form?