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?
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