Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
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 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Fast C# By Windows Form Pro Apps

    Posted By: ELK1nG
    Fast C# By Windows Form Pro Apps

    Fast C# By Windows Form Pro Apps
    Published 5/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 7.27 GB | Duration: 16h 10m

    Easily and deeply learn the C# by Creating Apps for Windows - Beginners to advance topics

    What you'll learn

    3 Courses in One + 15 Hours - Learn with Projects , Beginners, Interm and Advance

    Build 3 pro apps: Calculator , Phone Book and Diary application

    Easily learn the basics of C# to advance topics by Windows form method

    Learn: Variables,Controls, Debug, Events

    Using Files, Folders and text files

    Working with resources and settings

    Requirements

    Windows operating system

    Description

    Hi There!With my 20 years programming skills I'm with you to share my knowledge with you.SoIf you try you will learn using C# to create C# Apps for windows!If you are beginners or student looking for a tutorial to create Windows App in C# in simplest way!I started from beginning and show you how to :3 Courses in One + 15 Hours + 3 live ProjectsCreate Windows Apps by C# Basics of C# like: variablesfor loop structureIf statementControls and eventsResources in C#Working with files and foldersUsing text file to save dataDebugging the codesCreate calculator applicationDesign Phone Book applicationBuild Diary application for windowsCreating MDI and ADI projectsControls like : Button, TextBox, CheckBox, ComboBox and ListBoxCreate digital clockWorking with date and timeCreate a calendarWorking with RTF filesSave and load data in RTF formatAdvance using of comboboxWorking with imagesDialogs in C#:Working with logical operatorsCreating method and class in C#Using Clipboard of Windows to save and load dataand…Don't hesitate to start learning C#!Every thing will be discussed with sample project and you will have lot of fun within my course.Let's go !!!

    Overview

    Section 1: Introduction

    Lecture 1 Course introduction

    Section 2: Installing visual studio 2017

    Lecture 2 Visual Studio 2017 requirements

    Lecture 3 How to Install Visual Studio 2017?

    Section 3: Start using C#

    Lecture 4 Overview of First C# Project in Windows Forms

    Lecture 5 My First C# App in Visual Studio & Windows forms

    Lecture 6 Properties window in Visual Studio

    Lecture 7 Toolbox window, adding controls to form

    Lecture 8 Project files of C#

    Section 4: Start using form

    Lecture 9 Section intro to Properties of C# Form and Controls

    Lecture 10 Common properties of C# form

    Lecture 11 Advance properties of C# form

    Lecture 12 Common properties of Controls

    Section 5: Start using label and textbox

    Lecture 13 Section intro to TextBox & Label Control

    Lecture 14 Label control and it's properties and usage

    Lecture 15 TextBox control and it's usage

    Lecture 16 Final Project: Design Backup Form with Label, TextBox….

    Section 6: Using common controls

    Lecture 17 Section intro to properties of controls

    Lecture 18 ComoBox & ListBox control and it's usage

    Lecture 19 CheckBox control and it's usage

    Lecture 20 Radio control and it's properties

    Lecture 21 ProgressBar control and it's properties

    Lecture 22 PictureBox control and it's properties

    Lecture 23 Numeric UpDown control and it's usage

    Lecture 24 TrackBar control and it's properties

    Section 7: Grouping controls

    Lecture 25 Section intro to Grouping Controls and Usage

    Lecture 26 GroupBox control and it's properties

    Lecture 27 Panel control and it's properties and usage

    Lecture 28 TabCntrol control and it's properties

    Lecture 29 TabOntrol & TabPage and customizing it

    Lecture 30 Final Project: Create Setting Form with controls

    Section 8: Toolstrip and Menustrip

    Lecture 31 Section intro to Toolstrip and Menustrip

    Lecture 32 Toolstrip control and it's properties

    Lecture 33 Advance properties of Toolstrip control

    Lecture 34 Create custom akin for Toolstip control

    Lecture 35 Add menu to our form by using MenuStrip

    Section 9: Start coding with C#

    Lecture 36 Section intro to start coding with C#

    Lecture 37 Write you first code in C#

    Lecture 38 Using build and rebuild projectUsing build and rebuild project

    Lecture 39 Error Window and it's usage

    Lecture 40 Whatis C# keywords?

    Lecture 41 Change the color of controls by C# code!

    Lecture 42 Comment the code in CH and it's usage

    Lecture 43 How to use "This" in C#

    Lecture 44 Change the Text of controls in C#

    Lecture 45 Enable / Disable Controls in C# Code

    Section 10: Date Time and Clock

    Lecture 46 Section intro to Date Time and Clock

    Lecture 47 Date Time and "Now" & I°s usage

    Lecture 48 Timer Control and its properies & usage

    Lecture 49 Final Project: Creato a great digital clock

    Section 11: Messagebox and Image

    Lecture 50 Section intro to show a Messagebox

    Lecture 51 Show MessageBox to user

    Lecture 52 Load image in Picturebox with C#

    Section 12: Inheritance and Backup

    Lecture 53 Inheritance and it's usage

    Lecture 54 Create backup of your C# projects

    Section 13: Variables in C#

    Lecture 55 Section intro to variables in C#

    Lecture 56 What's Variable and String Variable?

    Lecture 57 Int32 Variable

    Lecture 58 TryParse method to convert variables

    Lecture 59 IntsA Variable

    Lecture 60 Float Variable

    Lecture 61 Double Variable

    Lecture 62 Decimal Variable

    Lecture 63 Boolean Variable

    Lecture 64 Scope of Variables

    Section 14: Practical C# Code

    Lecture 65 Section intro to: Practical C# Code

    Lecture 66 Run an application like paint, Calculator…

    Lecture 67 Using Variable to run an application in C#

    Lecture 68 Add "Exit Button" to your project with C#

    Section 15: If Statement and For Loop Structure

    Lecture 69 Section intro to If Statement and For Loop Structure

    Lecture 70 Create a Project to calculate user age by…

    Lecture 71 What is "If Statement*?

    Lecture 72 Using "IF" in a project

    Lecture 73 Using Multi "IF" in a project

    Section 16: For Loop Structure

    Lecture 74 What's "For Loop" Structure?

    Lecture 75 Project: Use "For Loop " to show many messages

    Lecture 76 Project: "For Loop" to add ComboBox items

    Section 17: Switch Case

    Lecture 77 Switch Case", Add a project with many "IF"

    Lecture 78 Using "Switch Case" with int32 Input Value

    Lecture 79 Using "Switch Case" with String Input

    Section 18: Operators in C#

    Lecture 80 Section intro to Operators in CH

    Lecture 81 Main operators in C# (-, +,*, /)

    Lecture 82 Greater than and Smaller than operators in C#(<=, >=)

    Section 19: Dialogs

    Lecture 83 Section intro to Dialogs

    Lecture 84 Color Dialog

    Lecture 85 Folder Browser Dialog

    Lecture 86 Font Dialog

    Lecture 87 Open File Dialog

    Lecture 88 How to set filter to Open File Dialog?

    Lecture 89 Save FIle Dialog

    Section 20: Calculator

    Lecture 90 Calculator intro

    Lecture 91 Design Ui

    Lecture 92 C# code for numbers

    Lecture 93 C# code for operators

    Lecture 94 C# code for result

    Lecture 95 Finalize calculator

    Section 21: Events in C#

    Lecture 96 Section intro to Events of Controls in C#

    Lecture 97 What is Event in C#?

    Lecture 98 Form Events

    Lecture 99 How to solve deleted events error!

    Lecture 100 How to use KeyDown event of a Form to add shortkey?

    Lecture 101 Button Events

    Lecture 102 CheckBox Events

    Lecture 103 TextBox Events

    Lecture 104 ComboBox Events

    Lecture 105 ListBox Events

    Section 22: Advance ComboBox

    Lecture 106 Section intro: Advance ComboBox

    Lecture 107 Adding items to ComboBox

    Lecture 108 Deleting ComboBox items

    Lecture 109 Items count

    Lecture 110 Searching items

    Section 23: Using files

    Lecture 111 Section intro: Using files

    Lecture 112 Copy file by C# code

    Lecture 113 Copy file by Openfiledialog

    Lecture 114 Move file by Openfiledialog

    Lecture 115 Delete file by Openfiledialog

    Lecture 116 File exist checker

    Lecture 117 Moving file

    Section 24: Using text file

    Lecture 118 Intro: Using text files

    Lecture 119 What is text file?

    Lecture 120 Saving data in text file

    Lecture 121 Reading text file

    Lecture 122 Project: Introduction Info saver

    Lecture 123 Project: Saving info in text file

    Lecture 124 Project: Loading info from text file

    Section 25: Working with folders

    Lecture 125 Section intro to I0.Directory Class

    Lecture 126 What is IO.Directory Class?

    Lecture 127 Create a folder in C# code

    Lecture 128 Delete a folder in C# code

    Lecture 129 Check the existence of a folder

    Lecture 130 Move a folder in C# code

    Section 26: MDI and SDI Projects

    Lecture 131 Section intro to MDI and SDI Projects

    Lecture 132 What are the MDI and SD projects?

    Lecture 133 Add new form to project

    Lecture 134 Change startup form of project

    Lecture 135 Change application icon in project

    Lecture 136 Change application "Version Information"

    Lecture 137 Show new forms to user

    Lecture 138 Show a form as Dialog in MDI project

    Lecture 139 Change a project to MDI and show new forms inside it

    Lecture 140 Change child form properties from parent form

    Lecture 141 Change properties of control in child form within parent form

    Lecture 142 Add form inside folder and call it

    Section 27: Phone book project

    Lecture 143 Section intro to Phone Book Project

    Lecture 144 Design main form of Phone Book

    Lecture 145 Add 3 children forms to Phone Book project

    Lecture 146 Show children forms via main form

    Lecture 147 Design data registration form

    Lecture 148 Write code to "New ' and "Save" buttons

    Lecture 149 Write the code to clear the text of all user info TextBoxes

    Lecture 150 Write the code to save information of new user in text file

    Lecture 151 Add guard to deny saving user data with empty id

    Lecture 152 Design search user Form

    Lecture 153 Write code to search users by id

    Lecture 154 Design About Us form

    Lecture 155 Add shortcut keys to buttons on main form toolstrip

    Lecture 156 Finalize an publish Phone Book Application

    Lecture 157 Tab order of controls

    Lecture 158 Layers of controls on the form

    Lecture 159 Group alignment of controls

    Any one who wanna learn C# Deeply and quickly