I guess everybody
has played with jigsaw puzzle before, that is to fix the pieces of a picture
that are jumbled up. There are many level of difficulties but usually you can
eventually solve the puzzle. Here I have programmed a simple 3x3 jigsaw puzzle
with Visual Basic. I programmed it in such a way that you can drag and drop the
pieces in the squares that you think are correct. However, if it is now a
correct place, the piece just would not stay there.
To be able to drag
and drop an object, we need to use the DragDrop method.