Hi there folks! I have a program where I am teaching kids how to spell simple words, anyway. Basically, they drag letters via mouse move events to labels. What I would to know is how to figure out that if my mouse move event for any letter is started on a specific label caption, a message box will appear with the number it is.

For example, say the word is 6 letters long (so 6 labels are visible), the kindergarten student drags each letter (the letters are image boxes) to its spot on the label caption. What I would like to do is if the student drags a letter to box number 1 (going from left to right), a msgbox will pop up with a "1".

If anyone knows how to do that, it would be very much appreciated!

Thanks!!