|
-
Mar 8th, 2007, 01:45 PM
#1
Thread Starter
Addicted Member
Order File1 in true order
Right now the File box orders like this:
x1.bmp
x10.bmp
x11.bmp
....
x19.bmp
x2.bmp
x20.bmp
x21.bmp
...
is there a way to make it order in TRUE order? Without renaming all the files with numaric placeholders?
-
Mar 8th, 2007, 01:51 PM
#2
Re: Order File1 in true order
 Originally Posted by MotoMan_Yz400
is there a way to make it order in TRUE order? Without renaming all the files with numaric placeholders?
No.
As far as the computer is concerned, they are ordered correctly.
-
Mar 8th, 2007, 02:58 PM
#3
Re: Order File1 in true order
You could use a list box (with Sorted = False) and order the names by the Val() of the part of the name you want. A file box is just a list box with a little hidden code.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|