Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about open dialog

Status
Not open for further replies.

Bachatero

Programmer
Aug 30, 2006
36
0
0
NL
Hi all,

I use in my program the following command to open a file:

Code:
(OpenDialog->Execute())

I am able to select a file.

But, what should I do if I want to select more than one file at a time in the open dialog, e.g. with the shift key pressed.

This does not work. I can now only open one file at a time.

Thanks in advance.

Johan
 
I found it!

I changed the field alowMultiSelect in the object inspector from FALSE to TRUE.

Johan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top