How do i reverse the order of a combobox. I'm currently loading cboItems.items.add (reader.readline) from a .txt document using streamreader.
After the items are loaded into the Combobox, i want to reverse their order from Bottom to Top.
Is that possible?...