Olete.in
Articles
Mock Tests
🧪 VB-Visual Basic MCQ Quiz Hub
Essentials of VB
Choose a topic to test your knowledge and improve your VB-Visual Basic skills
1. Which of the follwing contexts are available in the add watch window?
Project
Module
Procedure
All
2. Which window will allow you to halt the execution of your code when a variable changes?
The call stack window
The immedite window
The locals window
The watch window
3. How can you print the object name associated with the last VB error to the Immediate window?
Debug.Print Err.Number
Debug.Print Err.Source
Debug.Print Err.Description
Debug.Print Err.LastDLLError
4. What function does the TabStop property on a command button perform?
It determines whether the button can get the focus
If set to False it disables the Tabindex property.
It determines the order in which the button will receive the focus
It determines if the access key swquence can be used
Submit