Create a graphical user interface that can be used by a community group to enable youths to
Question:
Create a graphical user interface that can be used by a community group to enable youths to sign up for different sporting events. Include radio buttons with five different sport names. Only one of these should be selectable.
Program your event-handler method so that a message is displayed with each selection of a different sport. For example, if one of the sports is skiing, the message might say, ‘‘Bring warm clothes!’’ Also include a PictureBox object on the form to display pictures of the sporting event. When the particular sport is selected, make the PictureBox visible. You can find free graphics on the Internet to use in your application. Hint: One way to associate a file to the PictureBox control is to Import an image from the Image property.
Step by Step Answer:
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle