Does anyone know an easy way to change the sort order in a FileListBox (ie ascending to descending)
Printable View
Does anyone know an easy way to change the sort order in a FileListBox (ie ascending to descending)
Hi,
File1.Pattern="*.*" is default
use filter that you need.
Do you something like displaying System, ReadOnly, Hidden and Archive files? If so, there are properties for the FileListBox called System, ReadOnly, Hidden and Archive which should help.