blah blah blah is here! blah blah » Close

1
votes
1 answers

C# question - problems with cloning

Thank you very much for reading this. I've been programming for 15 years (VB, a lot of PHP, etc), but I've never considered myself a 'real' programmer. Mainly I'll build things that I need that are too specialized to be made by anyone els ...

0
votes
1 answers

Make a copy of a List<object>

Not having much luck with this one. I just want to make a copy of a list of objects that are passed into the method. The reason is that I don't want the changes to take effect on the original until they are verified with the temporary ...

0
votes
0 answers

Clone a PictureBox control?

Hiya! I'm Michael. You may remember me:) I was out for a while. Whatever. I got a picture box - wall. I need to clone it and make a row of walls. Instead of creating 15 walls - wall, wall2 ,wall3... is there a way I can clone the picture bo ...

Feedback