sort listbox with dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

How can I sort a listbox with dates

Setting the listbox.sorted property is for alfabetically.

Tks
Jac
 
Try puttin them in an ArrayList, that should sort on a greater than basis when you call .Sort()
Then make populate the listbox from the arraylist

Else make a class to sort the datetimes and use that as a wrapper for the list box
 
Back
Top