selecting multiple files with file open common dialog? 
Author Message
 selecting multiple files with file open common dialog?

hi,

i want to ask you, if anybody knows, how can i select more than one
file with the common dialog control for opening files?

this controll is working fine, but in some application it is possible
to open more than one file at once, e.g. word etc.

how is that possible and how can i get the filenames in one string?

thanks for help,

heiko



Thu, 05 May 2005 01:27:25 GMT  
 selecting multiple files with file open common dialog?
ComDialog1.flags = cdlOFNAllowMultiselect

The user can select multiple files with SHIFT + click or CTRL + click. The
FileName property will return all of the selected files delimited by spaces.

Calan


Quote:
> hi,

> i want to ask you, if anybody knows, how can i select more than one
> file with the common dialog control for opening files?

> this controll is working fine, but in some application it is possible
> to open more than one file at once, e.g. word etc.

> how is that possible and how can i get the filenames in one string?

> thanks for help,

> heiko



Thu, 05 May 2005 10:14:52 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Common Dialog Multiple File Select Problem

2. Common Dialog control - Multiple file select

3. Select Multiple file with Common Dialog Control

4. MS Common Dialog Control : How can i select(open) dirs, not files

5. Open multiple files - common dialog Q

6. How can i select (open) dirs, not files with the MS Common Dialog Control

7. Multiple select in open common dialog

8. Common Dialog's File Open dialog question

9. Common Dialog and Multiple Files

10. Common Dialog Control Multiple File Selection

11. Selecting files from common dialog box in access97

12. Using Common Dialog control, possible to select folders and their associated files

 

 
Powered by phpBB® Forum Software