Hi I am trouble shooting a small issue in c#.net 2003 where i am creating picture box array dynamically and assigning the pictures dynamically.
i am doing this in a panel with autoscroll enabled.
so my picture boxes are having the names like picB[1],picB[2],.....
But if i want to use this names in another event i couldn't do as these are the names will be recognized dynamically by compiler but i am reffering these names when writing code.
so finally i couldn't run the application .
can u give me the solution or better alternatives?