Hi!
I'm developing an app for windows mobile. I have my own control that moves the picture inside it. I have overrided the OnMouseDown and OnMouseMove to redraw the picture where the user move it.
I only test it on Windows Mobile 6.1 Professional emulator. It works but I have a problem:
I click on the image, move it with the mouse, stop moving holding down the left button of the mouse, wait a seconds and the release the button without moving the mouse and the picture moves again. What it's happenning?
I think that the event OnMouseMove is fired with the event OnMouseUp but I'm not sure.
Thank you!