I am trying to figure out a correct way to sort the listbox that is being populated by data from an exteranl hard drive. The DB's on the Hard drive are contained in folders with a naming format as follows (Jan94 - Dec08)
The issue is that on the HD all the folders(yrs) for Apr are listed together and then the rest listed the same way, just sorted based on 1st alpha character. The format I want to show in the list box is as follows:

Jan94
Dec94
.
.
Jan08
Dec08
Jan09

Can anyone offer a solution or direction on how this could be achieved.
I've searched the forums and haven't seen anything that may offer a direction. Looked at MSDN and could't find a solution, maybe looking for the wrong thing.

Any ideas would be appreciated.

VB Newbie