I have loaded a black and white picture into a picture box control. This will be used like a coloring book. What i would like to do is keep the user inside the region of the picture box that they clicked in and held the mouse down to color. Example you have 4 balloons that are in seperate parts of the picturebox, only allow the user to stay in the balloon the started to hold the mouse down in. I occasionally get the mousemove funcion to get the pixel of the x,y positions, but most of the time the mousemove doesn't retreive the pixel in time. Anyone point me in the right direction would be apreciated. PS the floodfill part works and i would like to do the same thing only let the child color it in.
Thanks Steve