……….is commonly used to perform an immediate
action when clicked.
a) Exit
b) Button control
c) Close
d) End
Explanation: Every application should give the user a way to exit the program. Most Windows Application accomplishes this task using the Exit option. In visual basic a button is used for sending an application. It is commonly used to perform immediate action when clicked.
…….. in the Tool Box is used to add a button control to a form.
a) Button Tool
b) Add Button
c) New Button
d) Add new Button
Explanation: The button tool adds a button to the form. The button is used for sending an application. It is used to perform an immediate action when clicked.
The name of the button control is changed using…
a) Button Tool Window
b) Change Name
c) Edit Window
d) Properties window
Explanation: Properties Window contains the properties of any object brought in the form. With the help of this window, we can edit the properties required to make the form look better.
The……and…….buttons are examples of many button controls found in Windows applications.
a) Ok and Cancel
b) Ok and Exit
c) Exit and Cancel
d) Try again and Cancel