Download presentation
Presentation is loading. Please wait.
Published byFlorence Poole Modified over 9 years ago
1
You should unzip and download the beginning programs.
2
The basic pay program is included in the programs you downloaded. Note the property change for BackColor for the txtGrossPay box.
3
You can also change the font or for that matter the font color.
4
Here I added an extra button to the form and left the name of Button1, then I clicked on it and it developed the structure for the Button1_Click event.
5
I removed Val around the text fields and put in a + and got concatenation instead of addition.
6
When I put the Val back, I got addition.
7
& can also be used for concatenation.
8
Here I am using Clear() to clear out the text boxes.
9
When I clear, I put the focus on the textbox named txtFirst.
10
Here I have a label that will show information as a result of the calculation.
11
Review the rules of order of operation.
16
This shows defining global and local variables and defining a constant.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.