Hello,

I've got a question regarding the coordinates I get for my mouse position. I'm rather rusty at the moment with my C# and I've started a new project to pick it back up.

I'm currently trying to move a pictureBox and I'm using the onMouseMove event to trigger the update for my mouse coordinates. But the coordinates I get from my mouse are somehow jumping between values.

I'm guessing this has something to do with the different forms, but I'm not sure. I'm hoping anyone can clear this out for me.

I'm using .net framework 3.5 and using VS2008. If more information is needed, please ask!