Answer the following statements true (T) or false (F)
1. Custom controls can be created but cannot be inserted into the toolbox.
2. All of the Visual Basic controls and components can be found in the tool box.
3. Events occur when the user clicks the mouse, types on the keyboard or interacts with controls.
4. A component is an instance of a class that inherits from a form.
5. The active window is the one that has the focus.
1. False, custom controls can be inserted into the toolbox.
2. True
3. True
4. False. A component is instance of a class that implements the IComponent interface.
5. True.
You might also like to view...
The ________ can compare the portion of the gross revenue to the total gross revenue
A) revenue B) percentage of sales revenue C) net income D) percentage of physical volume
Which of the following statements is TRUE regarding multitable queries?
A) Related tables never need to be previously established when you create a multitable query. B) If join lines do not appear between tables, the multitable query results will not be affected. C) Creating a multitable query is significantly different from creating a single-table query. D) Skill is required in choosing the right tables and managing table relationships.