PDA

Click to See Complete Forum and Search --> : Sort of files


eng70640
Mar 21st, 2001, 06:19 AM
Suppose my default directory is 'C:' , i have 4 files 1files.jpg , 2files,jpg , 3files.jpg & 4files.jpg. Can i sort this 4 files in the order of 1files.jpg , 2files,jpg ..to 4files.jpg just in case they are no in this order in this directory ? I need to sort this out so that i can load it into a picturebox in this order.

Mar 21st, 2001, 06:37 AM
Use a FileListBox and set the Sorted property to True.