Board2Death
Technical User
VB6
I have never used a listview control before, and I am struggling with populating it. I have a listview control named ListView1. I would like the first column to be numbered, and the second column to be populated with strings from an array (arrNames). Basically, the ListView should display something like this:
1 Derek
2 Joe
3 Steve
4 Will
5 John
If anyone could get me moving in the right direction I would truely appreciate it. I don't need help with the actual looping through the array, just with the commands to populate the listview. TIA...
I have never used a listview control before, and I am struggling with populating it. I have a listview control named ListView1. I would like the first column to be numbered, and the second column to be populated with strings from an array (arrNames). Basically, the ListView should display something like this:
1 Derek
2 Joe
3 Steve
4 Will
5 John
If anyone could get me moving in the right direction I would truely appreciate it. I don't need help with the actual looping through the array, just with the commands to populate the listview. TIA...