_________ displays files in the project
Property windows
Tool Box
Form Layout Window
Project Explorer window
_______are the attribute of an objects in VB.
Properties
Methods
Events
Projects
_________is the extension of form file in VB.
.frm
.frx
.cls
.vbp
When a project is opened it displays a blank form object named _________ by default
Form
Frm
Form1
VBP
________menu contains commands that can add components to the project such as forms and code modules.
View
Edit
Project
Tools
_____key is used to display property window.
F7
F5
F4
F11
_______is the extension of project file in VB
_______function is used to prompt some information to the user.
MsgBox
InputBox
Message
Sub
To shift the input focus to a control,___________ method is invoked.
Hide
Show
SetFocus
Display
____Component displays the standard visual basic controls.
Tool Bar
Project Explorer Window
Menu Bar