Hi, I have DriveComboBox, DirectoryListBox and a FileListBox on a form. The FileListBox is hidden and the files displayed in a CheckListBox instead using -
CheckListBox.Items:=FilesListBox.Items;
This works great i.e. the files are displayed for easy selection in the CheckListBox. However, I'm finding it hard to select (check) a file and capture it's complete file path.
Any ideas ?
Thanks...
CheckListBox.Items:=FilesListBox.Items;
This works great i.e. the files are displayed for easy selection in the CheckListBox. However, I'm finding it hard to select (check) a file and capture it's complete file path.
Any ideas ?
Thanks...