i wondered if it was possible to copy an image in code each time it was clicked on for example.

eg, the user clicks on a picture of a face, the code copies the image and positions somewhere on the form (unimportant where).

basically i need to be able to copy an image an infinite number of times if needed, so i can't just create another image and make it visible when the first image is clicked.

Thanks for any reply

GTJ