Results 1 to 3 of 3

Thread: Sort Text in multiline text box?

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Posts
    54

    Question Sort Text in multiline text box?

    What's the best way to sort text by first or last name in a multiline rich text box at run time. I wanted to add a button similar to Excel/Word. Thanks.

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    Doesn't matter which textbox control you are using, none of them support sorting their contents. You need to stick their contents into some variable (possibly an array of strings using Split) and sort that, then stick the results back into the textbox.

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Either do what Slow_Learner said, or maybe think about using a control that will allow you to do it easier like the listbox.

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