I was reading msdn , and the page says there is a 200 file limitation via the opendialogue box, I have to process alot of files, so how do i fix that issue, it truncates the filenames off when I choose over 200 files, which causes the wrong filename path
OpenDialogueBox - file limitation
I just tried processing over 1500 mdbs , from the opendialogue box, Is there a work around for the 200 file limitation,
David SmithPosted Oct 7, 2010, 1:49 AM
Pasan RatnayakePosted Oct 7, 2010, 1:40 AM
Why don't you code your own file open dialog? That way you can manipulate the paths like you want and that's the easiest solution rather than trying to patch the default file open dialog.
Hope this helps
Regards