Skip to content

hammadrahilmemon/WindowsFormsApplication4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindowsFormsApplication4

A simple Windows Forms login application built in C# — created as a class exercise (Windows Application, Class 1).

Overview

This project demonstrates the basics of building a desktop GUI application using Windows Forms (.NET Framework). It features a single login form that validates a hardcoded username and password, and displays a message box confirming success or failure.

Features

  • Windows Forms-based login UI (username & password fields)
  • Basic input validation on button click
  • Success/failure feedback via message box

Tech Stack

  • Language: C#
  • Framework: .NET Framework (Windows Forms)
  • IDE: Visual Studio

Getting Started

Prerequisites

  • Visual Studio (2015 or later recommended)
  • .NET Framework installed

Running the project

  1. Clone the repository:
    git clone https://github.com/hammadrahilmemon/WindowsFormsApplication4.git
  2. Open WindowsFormsApplication4.sln in Visual Studio.
  3. Build and run the project (F5).

Usage

Enter the following credentials to log in:

  • Username: Hammad
  • Password: 123

Note: Credentials are hardcoded for demonstration purposes only and should not be used as a reference for production authentication.

Project Structure

WindowsFormsApplication4/
├── Form1.cs              # Login form logic
├── Form1.Designer.cs     # Login form UI layout
├── Form1.resx            # Form resources
├── Program.cs            # Application entry point
└── WindowsFormsApplication4.csproj

License

This project is open for educational/reference purposes.

About

Windows Application Class 1

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages