You've written a vb.net windows form application which contains one button named Button1 and one textbox called TextBox1. The form is shown below. After the user clicks on the button, you want the button to become invisible. Which one of the following lines of code would perform this operation?
Shown below is a a form in a VB.NET windows form application. What lines of code would disable the Sue and Bob buttons on the form?
You've written a VB.NET windows form application. The form, shown below, contains one button named Button1. When the user clicks on the button, you want to change the text displayed on the button from OK to SAVE. Which one of the following lines of code would perform this operation.
Which one of the following can be used to set the location of a button on a form in a VB.NET windows application?
What would the following line of code do?
Button1.Width=50