Chapter 14. Using arrays, collections, and generics to manage data
After completing this chapter, you will be able to
Use the ProgressBar control in a Windows Forms app to graphically depict how long a task is taking.
Use a For Each…Next loop to cycle through collection members.
Managing information in a Microsoft Visual Basic application is a very important task. As your programs become more substantial and information-rich, you’ll need additional tools to store and process data. The most comprehensive approach to storing and retrieving large amounts of data is using databases and XML files, which you’ll ...
Get Microsoft Visual Basic 2013 Step by Step now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.