let's consider i have a list that contains some items ...
for each item in this list i want my program to create an image control on a form with a certain image , position etc ...
how can this be done ??
ps: i want to avoid making an array of image control at design time and then assign properties to them ...
