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???
Printable View
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???
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.
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