Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create Windows Forms Applications With C# and Visual Studio
Rating: 4.2 out of 5(78 ratings)
21,138 students

Create Windows Forms Applications With C# and Visual Studio

Build Windows Forms (Winforms) Applications from scratch.
Last updated 3/2026
English

What you'll learn

  • Create new windows forms projects
  • Add controls to Windows forms
  • Designing windows forms interface
  • Customize windows forms controls
  • Modify Windows forms controls properties
  • Writing code for event handlers
  • Building and running windows forms project outside visual studio
  • Creating a Windows Form Calculator Project
  • Creating a Windows Form Volume Converter App

Course content

4 sections26 lectures1h 59m total length
  • Introduction0:27
  • What is Visual Studio6:21
  • What is C#1:18
  • Minimum Installation Requirements for visual studio 20194:27
  • Installing Visual Studio 20198:15
  • Create a basic Windows Forms Application8:21

Requirements

  • Visual Studio is required. The Installation is covered in this course.

Description

Windows Forms is a Graphical User Interface(GUI) class library which is bundled in .Net Framework.

Its main purpose is to provide an easier interface to develop the applications for desktop, tablet, PCs.

Windows Forms are also referred to as WinForms applications can contain the different type of controls like labels, list boxes, tooltip etc.

In Windows Forms, a form is a visual surface on which you display information to the user. You ordinarily build Windows

Forms applications by adding controls to forms and developing responses to user actions, such as mouse clicks or key presses.


What You can do with Windows Forms:

  • Develop smart clients ( Smart clients are graphically rich applications that are easy to deploy and update)

  • Build rich, interactive user interfaces

  • Request input from users, and communicate with remote computers over a network.

  • Create powerful Windows-based applications.

In this course we will build two windows forms project ( A calculator and volume converter) step by step from scratch using the C# programming language and visual studio integrated development environment ( IDE)


Who this course is for:

  • Beginners to Windows Forms