Second program
ArrayListDemo/ArrayListDemo/ArrayListDemo.doc
Name: Array List Demo
Purpose: To show how to use array lists
The following topics are touched upon by the project:
A) How to declare an ArrayList
B) How to store and reference data in an array list
1) Store the data
2) Reference the data
C) How to delete data from the ArrayList
Description:
The program reads in information about the user and stores it in an ArrayList of the Student structure. The data is displayed a list box.
ArrayListDemo/ArrayListDemo/ArrayListDemo.sln
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.21005.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArrayListDemo", "ArrayListDemo\ArrayListDemo.vbproj", "{32522E11-A65B-492D-9D02-D962C2EBD9AC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {32522E11-A65B-492D-9D02-D962C2EBD9AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {32522E11-A65B-492D-9D02-D962C2EBD9AC}.Debug|Any CPU.Build.0 = Debug|Any CPU {32522E11-A65B-492D-9D02-D962C2EBD9AC}.Release|Any CPU.ActiveCfg = Release|Any CPU {32522E11-A65B-492D-9D02-D962C2EBD9AC}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal