I'm running VB5 under Windows NT. I've got a FileListBox which allows me to select one of the files with a given extension from within a directory that I've specified. What it's actually showing are the correct files, but expressed as short filenames, i.e. the names as they would have appeared under DOS. This is causing the program to crash when I try to select that file - because it doesn't exist. How do I get the FileListBox to show the long file name? If that's not possible under Windows NT, can I convert the filename from a short name into a long one?
Cheers,
DQR