Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

VISUAL C# .NET: A Step By Step, Project-Based Guide to Develop Desktop Applications

Posted By: AvaxKevin
VISUAL C# .NET: A Step By Step, Project-Based Guide to Develop Desktop Applications


VISUAL C# .NET: A Step By Step, Project-Based Guide to Develop Desktop Applications by Vivian Siahaan
English | 2020 | ASIN: B08GFF8SKX | 361 Pages | PDF/EPUB | 13.7 MB


In chapter one, you will learn to know the properties and events of each control in a Windows Visual C# application. You need to learn and know in order to be more familiar when applying them to some applications in this book.

In chapter two, you will build a project so that children can practice basic skills in addition, subtraction, multiplication, and division operations. This Math Game project can be used to choose the types of questions and what factors you want to use. This project has three timing options. Random math problems using values from 0 to 9 will be presented. Timing options are provided to measure accuracy and speed.

In chapter three, you will build Bank Code game. The storage box is locked and can only be opened if you enter the correct digit combination. Combinations can be 2 to 4 non-repetitive digits (range of digits from 1 to 9). After a guess is given, you will be notified of how many digits are right and how many digits are in the right position. Based on this information, you will give another guess. You continue to guess until you get the right combination or until you stop the game …