Import many files in dialog

Hey,

I created a program that has a dialog box as shown in the image below, I need to import many files (20), but the file path is too long:
ex: “D:\Files\Clients\AAAAA\sticklenght\150height\K107475Bn33 B7.3dm”.
I only insert 10 files into my dialog box. How can I insert all files?

image

Hi,
I’m pretty sure I’ve used hundreds of files at once in an app that used the standard windows forms open file dialog.

I’ve never tried to do it in code myself, though. Not sure if this is helpful, but how are you doing the actual selection and import of the files?
Arthur

Hi @Luciano_Luiz_da_Silv,

You have not provided enough information for us to assist.

Is this an MFC dialog? What is the big white area? A text box? A list box?

What does a long file path have to do with the number of files?

– Dale