Hi all,
I use in my program the following command to open a file:
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 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