This is a tutorial making a simple passcode application in C#
Video tutorial is included :)
Quick step-by-step:
Step 1: Create a new project
Read More...
Video tutorial is included :)
Requirements:
- Visual Studio with C#
- Basic knowledge of C# and Programming
Quick step-by-step:Step 1: Create a new project
- Start Microsoft Visual Studio 2010
- In Menu, click File - New - Project
- Select Visual C#
- Select Windows Form Applications
- Name your project, eg. Passcode
- Click OK