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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top