Help me with ListBox please ...! Thanks
-
I have a listbox with the following items for example : a ab abc b ba When I add a new item "abt" . How can I add that new item ("abt") in alphabetical order => So, my new item ("abt") will be placed after the item "abc".
hackerhcm wrote:
When I add a new item "abt" . How can I add that new item ("abt") in alphabetical order
Set the listbox control's Sorted property to True. ...Steve "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." (Translation: I'll show you the way, but not write the code for you.) I read that somewhere once :-)
-
hackerhcm wrote:
When I add a new item "abt" . How can I add that new item ("abt") in alphabetical order
Set the listbox control's Sorted property to True. ...Steve "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." (Translation: I'll show you the way, but not write the code for you.) I read that somewhere once :-)