Question: windows form application C# yes C# Create an order entry screen program in C# to allow a person to enter in travel information for a

windows form application C# windows form application C# yes C# Create an order entry screen program
yes C#

Create an order entry screen program in C# to allow a person to enter in travel information for a trip. The screen should have a textbox for the customer's name and a DatePicker for the day they will arrive. Include a numeric up and down for the number of days they will be staying, and radio buttons for the type of room; Single $100, Double $150, Suite $250. Include a button to calculate the total (price of the room times the number of days) and add a message to a listbox with the user with the Customer's name, what day they will arrive, and what the bill will be. (Multiple entries should just add each one to the next place in the listbox.) Include a clear button that clear the listbox of all entries. Include a menu that has menu items to calculate the total, and to clear the screen. (The same actions as the two buttons but in choices under the menu.) Also include an Exit menu item which closes the application using Application.Exit(); Finally, include a linkLabel that calls up a website of a hotel. (You pick which one you want to use.)

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!