Hi guys/gals.

I'm modifing a screensaver app I made many years ago that shows any pictures on your drive with a delay for how long the pictures show for. Now what I want to change is it shows a list of all the pictures selected in a listbox in the order they are shown. If I select a picture name then I press an up or down button it will move the name up or down in the list. Now I assume you can do it if you use a String array of the names. Once one is selected remember the text then reload the listbox with the old text in the new position. Now I know that the bubble sort is a bad idea. I'm just wondering if there is a simpler idea.

Now the other slight problem is the up and down buttons captions. Now there are plenty of examples in Charmap.exe but when I try to copy and paste them into the caption they don't show. Even if I change the Command button font to the same font as Charmap. I know I get get around it but making a picture pointing up and down and using the picture property but I thought it would be quicker using a standard font.

I've don't a search for this type of question and nothing comes back apart from plenty of sorts which I don't needs it sorting.

I can post the app if its needed.

Thanks in anticipation.