I've created a picturebox inside a panel control with autoscroll enabled.
The picturebox is twice the size of the panel so scrollbars are always
shown. What I would like to do, is when the user presses the left mouse
button and moves the mouse, the mouse cursor stays frozen on screen, but the
image within the picturebox is panned around (the image is not technically
moving, but the location of the picturebox via the autoscrollposition
property).
Does anyone know how to do this? How do you keep the mouse cursor frozen
too?
Thanks in advance for any feedback.
Paul L.