Hey, i need it so when a user moves their mouse over a picturebox, their mouse will "drag" over a square that is
from 0 to 16

I want the cursor to be a SQUARE, and when you move the mouse over the picturebox, The mouse will move 1 square at a time (so the cursor will not be INBETWEEN 2 squares..)

Such as:
. ----- ----- -----
.| 1 | 2 | 3 |
.| | | |
. ----- ----- -----
.| 4 |5 | 6 |
.| | | |
. ----- ----- -----
.| 7 | 8 | 9 |
.| | | |
. ----- ----- -----

Sooo.. if u have the cursor on square 5..
and move the cursor up, the cursor will center on box 2

Such as that,
since each square is 16x16, it should work out evenly


I am not sure how i would do this, so just bare with me.
And if the user drags the mouse off of the picturebox, the mouse will act as normal.

so i think u would use the MOUSE MOVE event.

Thanks