Question: c# visual studio We want a program that will let us select people from a list of players. These people will be placed in either

c# visual studio

We want a program that will let us select people from a list of players. These people will be placed in either of 2 lists.

Consider the following form:

c# visual studio We want a program that will let us select

We start with a given list of names (we assume these are the usual players). If we wish to add a name to the list of players, we can type the name into the text portion of the combo box and hit enter.

There are 2 list boxes (one for the first team and one for the second team). The user can select a name from the players combo box and then click the Add button under the list and add that name to the team. This also removes that name from the players combo box. If the user selects a name on a team and clicks the Remove button under that team, the name is removed from the team and returned to the players combo box. Note that each of the lists is kept in sorted order.

If the user clicks the Restart button, this will return the list of names to the players combo box and clear the team list boxes. Note that you may implement this by using loops to add each member of a team to the players combo box and then clear the team list boxes. This will allow names which were added to the players to be kept.

This assignment is very similar to others which were discussed in class. The intension is to let you see the class discussions were enough to let you write this program on your own. Please try to write the program without using your notes on the earlier examples. If you get stuck, then review the notes, put them aside, and try again.

Select Players" Francis First Team Second Teom Remove Remave

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!