Somehow I need to make a custom "file-open form". I manage to retrieve the file list with filelistbox. My question is when I enter this in filelistbox1.mask
Image Files|*.jpg;*.jpeg;*.bmp;*.gif;*.png;*.tiff;*.tga
all of the *.jpg files did not show up, but other image files ( .jpeg;.bmp;.gif;.png;.tiff;.tga) shows up. how come this be ?
I'm sure there is the *.jpg files in the folder, but why the they did not show up in the filelistbox ?
how to fix my mask ? any idea what is the correct mask for it ?
TFileListBoxis designed for Windows 3.1, released in 1992. It looks 'a bit' old. I would strongly suggest that you use an ordinaryTListViewor some modern file list box. – Andreas Rejbrand Jan 19 at 21:41