I know how to do basic graphics in java, but i'm not familiar in C#. I just have a basic form, with nothing in it. I want to paint all the mouse movements of the user when they move the mouse around the form. Something simple, before I start diving into the more difficult stuff. No mouse click, so when the form loads and if the user's mouse is on the form...begin painting it's movements with a solid continuous line. If the user's mouse goes off the form, stop and resume if the user puts the mouse back over the form.