Fast C# by Windows Forms to Create Pro Windows Apps
Fast C# by Windows Forms to Create Pro Windows Apps, available at $69.99, has an average rating of 4.37, with 712 lectures, based on 81 reviews, and has 11505 subscribers.
You will learn about 10 Courses in One + 80 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 Windows clipboard – RTF files Date and time – Calendar This course is ideal for individuals who are Any one who wanna learn C# Deeply and quickly It is particularly useful for Any one who wanna learn C# Deeply and quickly.
Enroll now: Fast C# by Windows Forms to Create Pro Windows Apps
Summary
Title: Fast C# by Windows Forms to Create Pro Windows Apps
Price: $69.99
Average Rating: 4.37
Number of Lectures: 712
Number of Published Lectures: 709
Number of Curriculum Items: 712
Number of Published Curriculum Objects: 709
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- 10 Courses in One + 80 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
- Windows clipboard – RTF files
- Date and time – Calendar
Who Should Attend
- Any one who wanna learn C# Deeply and quickly
Target Audiences
- Any one who wanna learn C# Deeply and quickly
Hi There!
With my 20 years programming skills I’m with you to share my knowledge with you.
So
If 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 + 30 Hours + 3 live Projects
-
Create Windows Apps by C#
-
Basics of C# like: variables
-
for loop structure
-
If statement
-
Controls and events
-
Resources in C#
-
Working with files and folders
-
Using text file to save data
-
Debugging the codes
-
Create calculator application
-
Design Phone Book application
-
Build Diary application for windows
-
Creating MDI and ADI projects
-
Controls like : Button, TextBox, CheckBox, ComboBox and ListBox
-
Create digital clock
-
Working with date and time
-
Create a calendar
-
Working with RTF files
-
Save and load data in RTF format
-
Advance using of combobox
-
Working with images
-
Dialogs in C#:
-
Working with logical operators
-
Creating method and class in C#
-
Using Clipboard of Windows to save and load data
-
and…
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 !!!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course introduction
Lecture 2: Download project files of this course
Chapter 2: Installing visual studio 2017
Lecture 1: Visual Studio 2017 requirements
Lecture 2: How to Install Visual Studio 2017?
Chapter 3: Visual studio 2022 update
Lecture 1: Visual Studio 2022 requirements
Lecture 2: Download Visual Studio 2022
Lecture 3: Installing Visual Studio 2022
Lecture 4: Create C# new project in Visual Studio 2022
Chapter 4: Start using C#
Lecture 1: Overview of First C# Project in Windows Forms
Lecture 2: My First C# App in Visual Studio & Windows forms
Lecture 3: Properties window in Visual Studio
Lecture 4: Toolbox window, adding controls to form
Lecture 5: Project files of C#
Chapter 5: Start using form
Lecture 1: Section intro to Properties of C# Form and Controls
Lecture 2: Common properties of C# form
Lecture 3: Advance properties of C# form
Lecture 4: Common properties of Controls
Chapter 6: Start using label and textbox
Lecture 1: Section intro to TextBox & Label Control
Lecture 2: Label control and it's properties and usage
Lecture 3: TextBox control and it's usage
Lecture 4: Final Project: Design Backup Form with Label, TextBox….
Chapter 7: Using common controls
Lecture 1: Section intro to properties of controls
Lecture 2: ComoBox & ListBox control and it's usage
Lecture 3: CheckBox control and it's usage
Lecture 4: Radio control and it's properties
Lecture 5: ProgressBar control and it's properties
Lecture 6: PictureBox control and it's properties
Lecture 7: Numeric UpDown control and it's usage
Lecture 8: TrackBar control and it's properties
Chapter 8: Grouping controls
Lecture 1: Section intro to Grouping Controls and Usage
Lecture 2: GroupBox control and it's properties
Lecture 3: Panel control and it's properties and usage
Lecture 4: TabCntrol control and it's properties
Lecture 5: TabOntrol & TabPage and customizing it
Lecture 6: Final Project: Create Setting Form with controls
Chapter 9: Toolstrip and Menustrip
Lecture 1: Section intro to Toolstrip and Menustrip
Lecture 2: Toolstrip control and it's properties
Lecture 3: Advance properties of Toolstrip control
Lecture 4: Create custom akin for Toolstip control
Lecture 5: Add menu to our form by using MenuStrip
Chapter 10: Start coding with C#
Lecture 1: Section intro to start coding with C#
Lecture 2: Write you first code in C#
Lecture 3: Using build and rebuild projectUsing build and rebuild project
Lecture 4: Error Window and it's usage
Lecture 5: Whatis C# keywords?
Lecture 6: Change the color of controls by C# code!
Lecture 7: Comment the code in CH and it's usage
Lecture 8: How to use "This" in C#
Lecture 9: Change the Text of controls in C#
Lecture 10: Enable / Disable Controls in C# Code
Chapter 11: Date Time and Clock
Lecture 1: Section intro to Date Time and Clock
Lecture 2: Date Time and "Now" & I°s usage
Lecture 3: Timer Control and its properies & usage
Lecture 4: Final Project: Creato a great digital clock
Chapter 12: Messagebox and Image
Lecture 1: Section intro to show a Messagebox
Lecture 2: Show MessageBox to user
Lecture 3: Load image in Picturebox with C#
Chapter 13: Inheritance and Backup
Lecture 1: Inheritance and it's usage
Lecture 2: Create backup of your C# projects
Chapter 14: Variables in C#
Lecture 1: Section intro to variables in C#
Lecture 2: What's Variable and String Variable?
Lecture 3: Int32 Variable
Lecture 4: TryParse method to convert variables
Lecture 5: IntsA Variable
Lecture 6: Float Variable
Lecture 7: Double Variable
Lecture 8: Decimal Variable
Lecture 9: Boolean Variable
Lecture 10: Scope of Variables
Chapter 15: Practical C# Code
Lecture 1: Section intro to: Practical C# Code
Lecture 2: Run an application like paint, Calculator…
Lecture 3: Using Variable to run an application in C#
Lecture 4: Add "Exit Button" to your project with C#
Chapter 16: If Statement and For Loop Structure
Lecture 1: Section intro to If Statement and For Loop Structure
Lecture 2: Create a Project to calculate user age by…
Lecture 3: What is "If Statement*?
Lecture 4: Using "IF" in a project
Lecture 5: Using Multi "IF" in a project
Chapter 17: For Loop Structure
Lecture 1: What's "For Loop" Structure?
Lecture 2: Project: Use "For Loop " to show many messages
Lecture 3: Project: "For Loop" to add ComboBox items
Chapter 18: Switch Case
Lecture 1: Switch Case", Add a project with many "IF"
Instructors
-
Mega Learning
C# programmer and lover
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 11 votes
- 4 stars: 21 votes
- 5 stars: 48 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024