You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
A Windows Forms App (.NET Framework) Calculator built with C# in Visual Studio 2022
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file
A basic and user-friendly calculator built with C# in Visual Studio 2022, using Windows Forms on the .NET Framework.
You can download the latest executable of the Calculator from the releases page.
git clone https://github.com/DarkTwentyFive/Calculator.git
If you wish to tweak the application:
Make sure you have the latest version of the .NET Framework SDK. Navigate to the desired form or class within the solution explorer. Implement your changes and debug using the built-in debugger in Visual Studio.
This project is licensed under the MIT License. See the LICENSE file for details.
A Windows Forms App (.NET Framework) Calculator built with C# in Visual Studio 2022