Hi,
I use VB6 to create a form, which contains a listbox and another command button.
I try to use the button to change the Sorted Property of the listbox in runtime (List1.Sorted = True/False)
But when I click the button, it said "cannot change read only property"
Is that sorted property can't be changed in runtime??
