DocumentList: How to get all selected files?

  • Thread starter Thread starter Cy
  • Start date Start date
C

Cy

Hi everyone,

I've been playing with the DocumentList control in CF 2.0 and I have
been having some trouble getting all selected files in the
DocumentList. My DocumentList takes up about 50% of the screen real
estate, with a button below. On the button click I would like to grab
all files that the user has highlighted. For instance, if the user
holds down the press and chooses 'select all' then clicks the button,
I would like to enumerate through that list and save the file path.

Has anyone had any success with this? Is it even possible?

Thanks in advance!
 
The control doesn't support this. You would have to implement something
yourself with a ListView which you populate with the folder contents.

Peter
 
Back
Top