Purchase Solution

VB.NET employees at James Bond Movies

Not what you're looking for?

Ask Custom Question

Create a VB GUI program that tracks your employees and their previous work history. List your employees names in a drop down combo box. When the user selects a employee, display in a text area all of their previous work performed under code name James Bond. In a single text area, output the following data in this order:

Year
Name of Mission
Adjusted total box office

Program will be supplied data via a text file.

1. Ensure that when a employee is selected, any text area is cleared and the new employee data is displayed.
2. Create a clear button that clears all of the text in the text area, clears the summary area and resets the combo box.
3. Create an exit button.
4. Provide instructions to the user on how to use the program. Create a menu bar item which contains a help function.
5. Use a single text area for the display.
6. Create a summary area on the GUI that allows for quick reference.
7. In the summary area, create a check box for each employee so that a user can select any number of employees.
8. When an employee is selected, display the adjusted box office average of all missions the employee participated in, on a new label.
9. When two or more employees are selected, display above information for the most profitable employee along with his/her name.
10. To average the adjusted box office, average the total box office against the number of movies the employee worked in.

Purchase this Solution

Solution Summary

Contains a zip file with complete and compiled VB project. The program has colorful user interface. The code is easy to follow.

Solution Preview

Attached is a zip file containing the VB project. Please rename the project to your liking. You can also write a different help text.

The program has colorful ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

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 Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.