0Pricing
C# Academy · Lesson

Introduction to Windows Forms

Get started with Windows Forms to build graphical desktop applications.

1

Introduction to Windows Forms

Welcome to the first lesson in "Building Desktop Applications"! In this lesson, you’ll learn about Windows Forms, a graphical user interface (GUI) framework in C# for creating desktop applications. Let’s get started!

Introduction to Windows Forms — illustration 1

2

What is Windows Forms?

Windows Forms is a GUI framework for building desktop applications in .NET. It provides pre-built controls, such as buttons and textboxes, and a designer to visually create user interfaces.

Key Point: Windows Forms is ideal for building simple to moderately complex desktop applications with ease.

All lessons in this course

  1. Introduction to Windows Forms
  2. Designing User Interfaces
  3. Handling Events in Forms
← Back to C# Academy