Home

Visual Basic .NET MCQ Question with Answer

Visual Basic .NET MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Visual Basic .NET MCQ Question Answer PDF

Question No : 22
This view pops up if "Ctrl+F1" is pressed

Help
Properties Window
Dynamic Help
Server Explorer

Question No : 23
A MsgBox can have maximum ___________ button(s)

1
2
3
4

Question No : 24
Two commands can be written in the same line using

:
;
,
.

Question No : 25
If MustOverride is used then ____________ is also a must.

Overridable
Inherits
MustInherit
None of the above

Question No : 26
ScrollBars can be added to

Panel
GroupBox
Both a and b
None of the above

Question No : 27
In reports ___________ property help to assign user-defined criteria

ReportSource
SectionFormula
Query
SelectionFormula

Question No : 28
We need multiple ErrorProviders from multiple controls.

True
False