Thanks Klaus, you're the best.:sign0188:
Meanwhile I managed to use a little peace of code from someone else
to get it right.
And it did the trick, but not really perfect with this code in button click event:
If Files.Size > 0 Then
Files.Sort(True)
End If
Just what you've said, very casesensitive.
I presume that not every user thinks about upper and lowcases when
they're doing some text input.
One more thing though:
I have several textinput in the filename and want to catch one of these for sorting.
Do I have to make some space between or "_" or .....
Example: filename= England Big Ben clock history.jpg or England_Big Ben_clock_history.jpg