due my school project I must create a game using Windows forms only..
I have decided to create a 2D racing game. So now I need to move the car image. To move it I tr
This post should solve your issues: simple-animation-using-c-windows-forms
He details how he went around coding animation in a windows form and covers some of your questions.
If that doesn't solve it, look up using some XNA libraries as Freeman said.