bidezones.com /VB-Visual Basic/Essentials of VB Sample Test,Sample questions

Question:
How can you print the object name associated with the last VB  error to the Immediate window?

1.Debug.Print Err.Number

2.Debug.Print Err.Source

3.Debug.Print Err.Description

4.Debug.Print Err.LastDLLError

Posted Date:-2022-01-07 16:27:31


Question:
What function does the TabStop property on a command button perform?

1.It determines whether the button can get the focus

2.If set to False it disables the Tabindex property.

3.It determines the order in which the button will receive the focus

4.It determines if the access key swquence can be used

Posted Date:-2022-01-07 16:28:24


Question:
Which of the follwing contexts are available in the add watch window?

1.Project

2.Module

3.Procedure

4.All

Posted Date:-2022-01-07 16:26:26


Question:
Which window will allow you to halt the execution of your code when a variable changes?

1.The call stack window

2.The immedite window

3.The locals window

4.The watch window

Posted Date:-2022-01-07 16:26:58


More MCQS[bidezones.com ]

  1. Essentials of VB
  2. VB Basic Test
  3. Creating User Services