Question: answer please I want the code on visual basic please and full answer I want the code on programme from computer like this the programme

answer please I want the code on visual basic please and full answer
I want the code on programme from computer like this

the programme is visual basic 6.0 or and version no problem
Design a form with title Sayings with three buttons "Life", "Future", and "Truth" such that when pressing one of the buttons, an appropriate saying is displayed as a message box. Use the sayings "I like life, it's something to do."; "The future isn't what it ".used to be."; and "Tell the truth and run * Public Class Form1 Private Sub btnOne_Click(sender As Object, e As EventArgs) Handles btnOne. Click btnOne. Visible = False btn Two. Visible = True btn Three. Visible = True btn Four. Visible = True End Sub Private Sub btnTwo_Click(sender As Object, e As EventArgs) Handles btn Two.Click btnOne. Visible = True btnTwo. Visible = False btnThree. Visible = True btn Four. Visible = True End Sub Private Sub btnThree_Click(sender As Object, e As EventArgs) Handles btnThree. Click btnOne. Visible = True btn Two. Visible = True btn Three. Visible = False btn Four. Visible = True End Sub Private Sub btnFour_Click(sender As Object, e As EventArgs) Handles btn Four. Click btnOne. Visible = True btn Two. Visible = True btnThree. Visible = True btn Four. Visible = False End Sub End Class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
