Results 1 to 4 of 4

Thread: How can I sort the items in a list box that is filled with an array

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    7

    How can I sort the items in a list box that is filled with an array

    How can I sort the items in a list box that is filled with an array.

    When I try to set the sort property to true it says I can't assign to a read only property

    Also I need to be able to sort the list box alphabetically or by a user specified order that is also stored in the array.
    Last edited by Marie; Jan 16th, 2002 at 09:30 PM.

  2. #2
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    List.Sorted = True
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  3. #3
    jim mcnamara
    Guest
    [/quote]
    Also I need to be able to sort the list box alphabetically or by a user specified order that is also stored in the array.
    [quote]

    Could you elaborate a little bit, please?

  4. #4
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429
    You cant do that type of sorting with a ListBox.

    However, I seem to remember someone working
    on a custom ListBox that will do that. I'll see if I can find the link.
    ________
    Roll A Joint
    Last edited by Bruce Fox; Aug 14th, 2011 at 04:13 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width