GitXplorerGitXplorer
w

Calculator-Winforms

public
5 stars
7 forks
0 issues

Commits

List of commits on branch master.
Verified
66f52e7a295a52052b4dd387940c76f9db505ab6

Delete CaclulatorDemo.csproj.FileListAbsolute.txt

wwindson committed 4 years ago
Unverified
52fc0241f2b30950a52fe25f15ae0818e699e376

. changes

committed 6 years ago
Unverified
aa71bcab0d51db9803d20e8e86ac4edb48083a49

'sync'

wwindson committed 6 years ago
Unverified
fcf518084f62ad0b1f5415ef79a0d57b21035474

Merge branch 'master' of https://github.com/windson/Calculator-Winforms

wwindson committed 6 years ago
Unverified
a66b4660e4f2d288ef0367c56ce0ebd123578e7b

Calculator Demo

wwindson committed 6 years ago
Verified
0d9022f180f984636829e5ab04b640f4bd386394

Initial commit

wwindson committed 6 years ago

README

The README file for this repository.

Calculator-Winforms

Calculator using Winforms, C#

In this tutorial, we will focus on how to design a layout for minimal calculator app which will be built using Microsoft's Windows Forms.

We will concentrate more about how to adjust and fit in various controls like Button, TextBox and Table Layout Panel and its spacing, adjustment rather than on the calculator logic.

Windows Forms often called as WinForms is a .NET's revolutionary framework for building Windows Applications. It has grown its popularity over the years due to its flexibility and still is a strong contender in the windows application development space to WPF (Windows Presentation Foundation).