Hi,

I have read that an array list stores objects. So, if an application creates Picturebox control objects at run time, can they be stored in an array list at run time?

Is an array list an array of objects or a linked list of objects?

Also, how do I pass the array list to a public sub as an argument?