________control is used to display some text on a form.
Text Box
Label
Check Box
Frame
________ displays the standard Visual basic controls that will become elements of the user interface.
Toolbar
Tool box
Menu Bar
None of these
_________is the extension of form file in VB.
.frm
.frx
.cls
.vbp
Which of the following is not a component in VB IDE?
Tool Box
Properties Windows
Form Design Window
Paint
_____key is used to display property window.
F7
F5
F4
F11
You can run the program by clicking ___________ from the run menu.
start
stop
display
run
___________ is used to display graphic images.
Shape
Data Control
Timer
Picture Box
The main building block in a VB application is________
Code window
Form
Menus
Title bar
Raju wants to change the display position of his form to the centre of the screen. Which window helps him to do so?
Form Window
Form Layout window
Project window
_______is the extension of project file in VB