Create an application named You Do It 7 and save it in the VB9e\Chap04 folder. Add a text box, a label, and a button to the form. The button’s Click event procedure should display (in the label) either the price of a concert ticket or the N/A message. The ticket price is based on the code entered in the text box, as shown below. Code the procedure using the Select Case statement. Save the solution and then start and test the application.
use below data in code
visual basic :please help solve
Code 1 : $15
Code 2 : $15
Code 3 : $25
Code 4 : $35
Code 5 : $35
Other : N/A
Create an application named You Do It 7 and save it in the VB9e\Chap04 folder. Add a text box, a label, and a button to
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am