Create an application named You Do It and save it in the VB9eChap04 folder. Add a text box, a label, and a button to th
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Create an application named You Do It and save it in the VB9eChap04 folder. Add a text box, a label, and a button to th
Create an application named You Do It and save it in the VB9eChap04 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.