Podcast
Questions and Answers
What is a control array?
What is a control array?
A control array is a group of controls that share the same name, type, and event procedures.
What are the benefits of using a control array?
What are the benefits of using a control array?
Adding controls with control arrays uses fewer resources than adding multiple controls of the same type at design time.
Can a control array be created at runtime?
Can a control array be created at runtime?
No, a control array can only be created at design time.
What is the method to create a control array by copying and pasting a control?
What is the method to create a control array by copying and pasting a control?
Signup and view all the answers
How can a control array be created with just one element?
How can a control array be created with just one element?
Signup and view all the answers
What is an object in Visual Basic and how is it created?
What is an object in Visual Basic and how is it created?
Signup and view all the answers
What are the three important elements of every Visual Basic control?
What are the three important elements of every Visual Basic control?
Signup and view all the answers
How can the properties of Visual Basic objects be customized?
How can the properties of Visual Basic objects be customized?
Signup and view all the answers
Give an example of how properties of a form can be set in Visual Basic.
Give an example of how properties of a form can be set in Visual Basic.
Signup and view all the answers
Where can one find a complete list of Visual Basic object properties?
Where can one find a complete list of Visual Basic object properties?
Signup and view all the answers