Home > Visual Basic Programming > Quizzes > Visual Basic 6 Fundamentals Test
Visual Basic 6 Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 15% Most missed: “Which function or method will you use to get a count of the maximum index limit …”
Visual Basic 6 Fundamentals Test
Time left 00:00
25 Questions

1. The _______ method loads the form named 'Form1' in to memory and also displays it.
2. Which event of a text box would you use for validating the data entered by the user?
3. A __________ control defaults to displaying the files in the current directory:
4. What does the forms collection contain?
5. What data type is the HelpContextID?
6. What is the purpose of the Class Builder add-in in Visual Basic:
7. Which of the following are not properties of Command Button:
8. Which method of the Recordset object should you use to navigate multiple recordsets returned by a stored procedure?
9. Which line of code listed here can be used to create a string of fixed length:
10. Which of the following ADO recordset types provides the greatest degree of concurrency?
11. You want to display the code and the description of an error. What would be the correct syntax?
12. Which event occurs only once in the entire life cycle of an ActiveX control?
13. What is the default value for the scalemode property of the form?
14. Which of the following can be shown to the user using the Common Dialog control in VB?
15. If the CancelError Property of the CommonDialog Box is set to true then which of the following statement is true:
16. How can you keep the user from exiting a form by clicking the Close button?
17. A prepared statement is:
18. Which of the following methods is used to inform an ActiveX control's container that one of its properties has been modified?
19. Which event is triggered when the user moves to another open form?
20. What is the sequence of events when a form is unloaded?
21. Which method will you use to remove a form from the Screen but retain it in memory?
22. Which property procedure is used to retrieve the value of a property?
23. To store pictures in an array - Visual Basic provides the _____ control.
24. A project group is a Project which:
25. Which parameter of the WriteProperty method can be omitted but should be included to increase the efficiency of the control?