When for example "create new picturebox/line/whatever" button then it will create a new picturebox at perhapse a specific location. This without adding 10000000 of pictureboxes in the form.
I see. And If I want this ex line1 to be in a loop that creates several in a array.
line1(0), line2(1) .. etc
This is what Im trying to do. Create several lines that are displayed random on the screen. They will then slide by movement down by a timer until they have reached the bottom, then they will move back to the top again. this will create .. hm rain! in a simple way.
using 3 timers and 3 types of lines with color shift will make kinda 3 layers and it will look better.