- Home »
- VB Class 1
Windows 8 UI > Desgined By. Renadel Dapize
mapz
On Saturday, June 13, 2015
06/13/2015
Class #1 VB.Net
We will begin creating a calculator
Today we will accomplish:
- Practice:
- Create a form containing a window, a + button, a - button, and a reset button
- The + and - will increment
- Design the calculator interface
- Enable the + button to add 1 to the value
- Enable the - button to add 0 to the value
- Enable the C button to reset the calculator
- Enable the *, /, and SQ buttons on calculator to work
