Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 577 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 577 Bytes

C# Tutorial - How to move a object in windows form with keyboard events and timer

In this tutorial we will explore how to use the keyboard up, down, right and left keys to move a picture box inside of windows form with C# programming language. its a simple process but its the core part of any games development project. We will use a picture box and timer to achieve this effect. Hope you enjoy the tutorial.

Video Tutorial -