Choose a topic to test your knowledge and improve your VB.Net skills
Which box displays the current values of each of the properties?
Which button is used to display the names in the property list by category?
What are listed in a Properties Window?
Which button is used to save a solution?
Which option is used to close the IDE?
Which option is used to close the Solution?
What is used to add a Label control to a form?
What is the purpose of the label control?
The size of _____________ is determined by the label’s margin property.
_______is the default name assigned to the label control.
Margin lines are ______________ in colour.
Which property determines the value that appears inside the control?
Which property specifies the position of the upper left corner of the control?
which property in the property list is used to change the text, style or size of the control’s text?
Which menu provides option for manipulating the control’s on the form?
Which option is used to align two or more controls by their left, right, top or bottom borders?
To include an image on the form we use which toolbox?
While the Picture Box tool is included in the form, a triangle appears in the upper-left corner of the control?
To include the image file in the project itself, the Project Resource file radio button must be selected from which dialog box?
Which property is used to view the full image in the Picture Box?
StretchImage Property is present in which dialog box?
Which is used to change the name of the picture?
_____ is commonly used to perform an immediate action when clicked.
______ in the Tool Box is used to add a button control to a form.
The name of the button control is changed using _____
The __________ and __________ buttons are examples of many button controls found in Windows applications.
The actions such as click, double-click, scrolling etc are ______
Where you enter the event procedure’s code?
Which statement is used to define a class in visual basic?
To hide a section of code we click the __________ box next to it.
A __________ is a word that has special meaning in computer language.
The __________ is an abbreviation of the term sub procedure.
The __________ instruction tells the computer to close the current form.
The __________ displays the most commonly used items.
The rules of a programming language are called its ___
A timer control is instantiated using _______
The __________ is used to store controls that do not appear in the user interface during runtime.
The purpose of __________ is to process code at one or more regular intervals.
The timer state is determined by ______
Which event occurs each time an interval is elapsed in the timer?
What happens when a control is deleted from a form?
______ is used to delete a certain code from the code editor window.
______ button is used to select a control from the form.
___ is used to close both the code from code editor and control from the form.
________ is used to remove a component of the form after a certain period of time.
A form’s __________ determines the border style of the form.
The __________ setting removes the form border.
_____ property disables the Minimize button on the form’s title bar.
_____ property disables the Maximize button on the form’s title bar.
What happens when both the minimize box and maximize box property are set to false?