Making a "stamp" picture function?
How could I make a function that, where you click, it makes a "stamp" kind of thing and places the picture where you clicked? For example, let's say I wanted to make a collage of the same picture... so I start clicking all over the form, and where I clicked, it will leave the picture, even if it overlaps another one. I need to know how to do this without using a bunch of image controls; I just pick one picture and start clicking. BitBlt has something to do with it I'm sure. Thanks.