What are the advantage of useing control array in vb?
Answers
Answered by
2
Explanation:
the Control array simply is a group of control that share the same name, same type, and same event procedures that increase flexibility of Visual Basic 6:
- Being share the same name and same event procedures allows VB6 programmer to reduce the amount of code.
- Able to create new element to control array at run-time.
- Consuming less resource than creating multiple regular controls.
Similar questions