Sams Teach Yourself Visual Basic 6 in 24 Hours

Sams Teach Yourself Visual Basic 6 in 24 Hours

By Greg Perry

Summary

In this hour you learned how you can add lists of items to your application. The first kind of list, the List Box control, lets your users select from a list of items that your application displays. The Combo Box control works like a List Box control but lets the user enter new values into the list.

Data and control arrays help you streamline your programs. Instead of working with separate variable or control names, you can work with a single name and use a subscript value to distinguish between the items. The code to process 10 or 100 array items is virtually the same, as this lesson demonstrated.

Hour 11, "Additional Controls," teaches several new controls that you can add to your applications.

Share ThisShare This

Informit Network