Results 1 to 3 of 3

Thread: Question?? how to move files listed in a listbox

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    85

    Question

    I have a list of files in a list box and I want the little arrows that allow the files position to be moved in that list box either up or down. Where do I find the little arrows or how else would I do this???

  2. #2

    Post

    The little arrows are just BMP or ICOs that have been added to a CommandButton.

    To move the items in the list box, you should be able to just change the item's ListIndex property. This will not work if the Sort property is set to True, though.

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    Little arrows

    I assume you are looking for scroll bars..
    there are none on a list box but your could
    use a file box to list your files or dump them into a multiline text box and add the scroll bars at design time.

    for files I would use a filebox...under components

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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