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?
How can a control array be created with just one element?
How can a control array be created with just one element?
What is an object in Visual Basic and how is it created?
What is an object in Visual Basic and how is it created?
What are the three important elements of every Visual Basic control?
What are the three important elements of every Visual Basic control?
How can the properties of Visual Basic objects be customized?
How can the properties of Visual Basic objects be customized?
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.
Where can one find a complete list of Visual Basic object properties?
Where can one find a complete list of Visual Basic object properties?