Purchase Solution

VB.NET program calculating payments for several employees

Not what you're looking for?

Ask Custom Question

Develop a GUI program that will determine the pay for several employees.
The company pays "straight-time" for the first 40 hours worked by each employee
The company pays "time-and-a-half" for all hours worked in excess of 40 hours.

1. For each employee, create a label for each employee name.
2. For each employee, create a textbox for their hourly rate and preload the data onto the form.
3. For each employee, create a empty textbox for each employee"s hours worked per week.
4. Create a "Calculate" button to perform the pay calculations for all of the employees.
5. Output the weekly pay information for each employee onto a label.
6. Create a "Clear" button that clears all of the "hours worked" textboxes.
7. Create a "Exit" button that exits the program.
8. Ensure that you provide error checking so that users can only enter correct input.
9. Ensure to provide instruction to the user of how to use the program. Create a menu bar item which contains a "help" function.
10. Set tab order so users can enter hours into the textboxes top to bottom and then to the calculate button.

List of employees and rates:
Sean Connery $75/hour
George Lazenby $52/hour
Roger Moore $80/hour
Timothy Dalton $60/hour
Pierce Brosnan $85/hour
Daniel Craig $94/hour

Purchase this Solution

Solution Summary

A VB.NET GUI program that will calculate payments for several employees. A complete VB.NET project is provided with an executable that can be run to see the program in action. The UI is neat and code has comments.

Solution Preview

Please find attached the zipped VB project. It contains an executable in the binRelease subfolder. ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.