0% found this document useful (0 votes)
273 views11 pages

Windows Forms Application Examples in C#

This document discusses how to create a simple Windows form application in C# using Visual Studio. It describes the basic concepts of Windows forms including form properties and methods like checkboxes, radio buttons, and text boxes. An example is provided of a login screen Windows form app where a user can enter credentials and click a login button to proceed, with code provided to display a message box.

Uploaded by

Hamna Ghani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
273 views11 pages

Windows Forms Application Examples in C#

This document discusses how to create a simple Windows form application in C# using Visual Studio. It describes the basic concepts of Windows forms including form properties and methods like checkboxes, radio buttons, and text boxes. An example is provided of a login screen Windows form app where a user can enter credentials and click a login button to proceed, with code provided to display a message box.

Uploaded by

Hamna Ghani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Windows Form Application

PRESENTED BY:
HAMNA GHANI # 86
BSCS 5TH (A)
Using C# language
Microsoft visual studio version
2008-2010-2012-2014-2020
concepts

Windows Forms is a graphical (GUI) class


library included as a part of Microsoft.NET
Framework.
FORMS PROPERTIES
Form Methods
Check boxes
Radio button
Text box
Picture Box Class
Date time
Combo box etc.
Create windows application
Complete
Add Items to the solution
Items- Properties
Below is an example of a simple Windows
form application C#. It shows a simple Login
screen, which is accessible by the user. The
user will enter the required credentials and
then will click the Login button to proceed.
In practically:
Message box code behind:

You might also like