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

answer please I want the code on visual basic please and full answer

I want the code on programme from computer like this

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!