Visual Basic (VB) - Controls and Dialogs
Test your knowledge of Visual Basic components including ActiveX controls, dialog boxes, workspace objects, and OLE server concepts.
Questions
Which of the following is used to support simultaneous transactions and acts as a container for open databases in VB?
- WorkSpace object
- Data access object
- DB engine
- Database object
- TableDef object
Which of the following are created by a user by using form and defining the interface according to the user's choice in VB?
- Custom dialog box
- Pre-defined dialog box
- ComboBox
- FileListBox
- OptionButton
Which provides both subprograms and a user interface that you can reuse in other programs in VB?
- ActiveX Control
- ActiveX DLL
- FileListBox Control
- DirListBox Control
- DriveListBox Control
Which of the following provides you with a set of standard dialog boxes for opening, saving and printing files and for selecting colors and fonts in VB?
- CheckBox
- ComboBox
- TextBox
- Pre-defined dialog box
- Common dialog box
Which of the following is deigned to work as an OLE server, which is nothing more than a program designed to share information with another program in VB?
- ActiveX Document EXE
- ActiveX EXE
- ActiveX Document DLL
- Standard EXE
- OLE