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: