kryptoNkn /
Calculator
GUI calculator written in C#. This project is aimed at starting to study the WinForms and WPF platforms.
Archived
C#No license#calculator#calculator-application#csharp#desktop
⑂ 0 forks◯ 0 issuesUpdated Nov 20, 2025
Loading repository data…
Abdullah-Masood-05 / repository
WinForms Calculator is a C# Windows desktop application built with .NET 6.0 that provides a fully functional scientific calculator. It supports basic arithmetic, trigonometric, logarithmic, and advanced mathematical operations through a clean Windows Forms interface
A feature-rich Windows Forms calculator application built with .NET 6.0 and C#.
git clone https://github.com/yourusername/WinFormsApp1.git
cd WinFormsApp1
WinFormsApp1.sln
dotnet build
dotnet run
├── Form1.cs # Main calculator form and logic
├── My_Cal.cs # Designer-generated form components
├── Program.cs # Application entry point
├── Form1.resx # Form resources
├── WinFormsApp1.csproj # Project configuration
└── WinFormsApp1.sln # Solution file
This project is licensed under the MIT License - see the LICENSE file for details.
Created as a learning project for Windows Forms development.
Selected from shared topics, language and repository description—not editorial ratings.
kryptoNkn /
GUI calculator written in C#. This project is aimed at starting to study the WinForms and WPF platforms.