Question: Programming Language: C# --- Using Visual Studio 2017 for program You need to create a program that will download a list of appliances could be

Programming Language: C# --- Using Visual Studio 2017 for program

You need to create a program that will download a list of appliances could be found in a typical home. With that list will be included the amount of power that an appliance consumes. The program will allow for price per kWh for electricity. As you turn on appliances you should see several text boxes on the form that display what the turned on appliance(s) that are turned on consume per hour, per day and per year.

For this assignment:

1. Create a GUI (PowerViewer) so that a customers current electric rate and consumption can be displayed.

2. The appliances will be downloaded from a file. The class that takes care of this part is ApplianceDA and will return a List of Appliance objects.

3. In the form generate a button for each appliance returned from the ApplianceDA class. There may need to be several rows of buttons on the form. When a mouse over on a button occurs show a tool tip describing the appliance the power they consume.

4. When a button is pressed simulate the turning on of that appliance by turning the background of the button to green. Then update the current cost of the appliance(s) that are turned on the form.

Programming Language: C# --- Using Visual Studio 2017 for program You need

Form View: Power Viewer 10 Cost per hour s.01 Cost per day .24 Cost per year $87.60 Price per kWh Current Wattage 100 Devices we can turn on or off SpaceOvenioaer Refrigerat Microwav Coffee (This based on which appliances are in the file.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!