Question: 2. In this exercise, you modify one of the Adalene Fashions applications from this lesson. Use Windows to make a copy of the Adalene Solution-Aggregate
2. In this exercise, you modify one of the Adalene Fashions applications from this lesson.
Use Windows to make a copy of the Adalene Solution-Aggregate folder. Rename the copy Modified Adalene Solution-Aggregate. Open the Adalene Solution (Adalene Solution.sln) file contained in the Modified Adalene Solution-Aggregate folder.
Add a DropDownButton to the TblStoresBindingNavigator control. Change the DropDownButton’s name to ddbOwned. Change its DisplayStyle and Text properties to Text and &Owned, respectively. Use the DropDownItems property to add two menu items to the DropDownButton’s menu: Company-Owned and Franchisee. Be sure to change each menu item’s name as well as its DisplayStyle and Text properties.
The Company-Owned menu item should display (in a message box) the number of company-owned stores; the Franchisee menu item should display (in a message box)
the number of franchisees. Code each menu item’s Click event procedure. Test the application appropriately.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
