I want to create... basically a macro program. After you click record, it keeps track of all mouse (and maybe eventually keyboard) activity. Then you can save it, and play it, and the mouse should move and click in the same spots that it did when you were recording it.
I know how to grab global mouse events, but I don't know how to make mice move/click in C#.