Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Designed below a GUI in VB.NET. 12 planets names are mentioned in the list box control. User need to select a data from the
Designed below a GUI in VB.NET. 12 planets names are mentioned in the list box control. User need to select a data from the list box and the selected data will appear in label1, also the data has to appear in a message box. Few screenshots are given below for better understanding. Answer the questions on the basis of the below requirement. Name of the controls are given below: Control Name List Box Listbox1 Button (SHOW) Button1 Button (EXIT) Button2 Label Label1 Select the solar system from the ListBox Earth Mercury Mars Jupiter Venus Neptune Exit Show Label1 Exit Show Jupiter WindowsApp1 Selcted Solar Stystem is Jupiter OK a) Write the programming code to load 12 planets in the List box. (10) b) Write the code to display selected planet name in Label1. c) Write the code to be written in SHOW button to appear required comment in a message box. (3) (5) d) Write the code in EXIT button to end an application. (2)
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