Is it possible to add a new line in a source. Like you can with a form, (new form)?
Printable View
Is it possible to add a new line in a source. Like you can with a form, (new form)?
Sorry but I don't understand your question.
I haven't got a clue of what you mean. Could you please elaborate a little?Quote:
Originally Posted by haruki
Ok, I want to create new objects within the code.
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.
Try this form
And how do I make this work with a line?
Like so.
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
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.
bah... seems its not possible to create this smoothly. and it become some sort of star-warp instead.
I'm not sure what it is you are trying to do but here is my code in any case.