Question
Using C# program, Windows Forms Applications. Create an order entry screen program in C# to allow a person to enter in travel information for a
Using C# program, Windows Forms Applications.
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 customers 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 Customers 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.)
Make sure to rename the controls, they should not be named button1, menu1, listbox1, they should have descriptive names as will be discussed in class.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started