Ja! Hoe kan ik het "CommonDialogControl 6.0 (SP3)" instellen dat ik meerdere files tegelijk kan selecteren?
File Open/Save Dialog Box Flags
Constant Value
------------------------------
cdlOFNAllowMultiselect &H200
Specifies that the File Namelist box allows multiple selections.
The user can select more than one file atrun time by pressing the SHIFT key and using the UP ARROW and DOWN ARROW keys to select the desired files. When this is done, the FileName property returns a string containing the names of all selected files. The names in the string are delimited by spaces
Constant Value
------------------------------
cdlOFNAllowMultiselect &H200
Specifies that the File Namelist box allows multiple selections.
The user can select more than one file atrun time by pressing the SHIFT key and using the UP ARROW and DOWN ARROW keys to select the desired files. When this is done, the FileName property returns a string containing the names of all selected files. The names in the string are delimited by spaces
Is vast wel te vinden in de VB documentatie
Dit topic is gesloten.
![]()