Windows Application - SPLessons

Win App Introduction

Home > Lesson > Chapter 1
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

Win App Introduction

Windows Applications

shape Introduction

This article describes Windows Application in detailed. To learn “Windows Application Development using C#,one have to know about C# Programming. Mainly Windows Application means combination of following two things:
  • Design
  • Code
Windows-based Applications are developed by Using Windows Forms. The Design will be done by using Windows Form Designer.

Windows Form

shape Description

Simply Windows Form means a user interface which is used for the user to give input and see an output. Windows Form is a visual representation for functionality which one wants and also user-friendly.

shape History

Windows Forms includes in existing windows API. So, some controls reside in the windows components.

shape Uses

As said earlier, Windows Application is used to develop different types of applications. Where does Windows Applications are used?

Windows Form Designer

shape Description

Windows Form Designer is a window which contains all the built-in features. Windows Form Designer contains controls. When there is a need to design any user interface, just drag and drop the controls on to form. Windows Form Designer looks like following figure. As shown in the above figure, all the built-in controls reside in the tool box. If want to design own form, then simply drag and drop the controls.