J
Justin
Ok, I give up. I can't seem to construct a decent (productive) way of
sorting my arraylist.
I have a structure of two elements:
Structure TabStructure
Dim TabName As String
Dim FullFilePath As String
End Structure
Then for example I:
Dim tab as New TabStructure
some code
Then I add "tab" to an arraylist.
At some point I loop through my arraylist, grab data and create tabs from
it. Of course the resulting list of tabs are out of sequence.
Can someone help me to sort my array list alphabetically by
TabStructure.TabName?
I would greatly appreciate it.
sorting my arraylist.
I have a structure of two elements:
Structure TabStructure
Dim TabName As String
Dim FullFilePath As String
End Structure
Then for example I:
Dim tab as New TabStructure
some code
Then I add "tab" to an arraylist.
At some point I loop through my arraylist, grab data and create tabs from
it. Of course the resulting list of tabs are out of sequence.
Can someone help me to sort my array list alphabetically by
TabStructure.TabName?
I would greatly appreciate it.