-
filelistbox
In the FileListBox, it display the files together with the file extension's name (.doc,.jpg,.gif etc..), it is there to display the file in a FileListBox without there extension name?
And what should write to display in a message the filename of the file in he FileListBox without the extension name?
-
ummm...... what you can do is copy the file-listing from the FileListBox to a simple listbox. You can hide the main FileListBox. While copying the file list to the simple listbox, you can use the Right or left () function to exclude the extension.