Bug ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

I'm using the component: openFileDialo

when I choose ALLOT of files the this exception comes

{"Too many files selected. Please select fewer files and try again." } System.Exceptio

why ? any ideas
 
Oren, try to set MultySelectProperty to true...

--Vladimir
 
Looks like the limit is that you can not select more then 200 files. I am
not sure what will be the right workaroun but here what is recommended for
native api: http://support.microsoft.com/default.aspx?kbid=131462. You
probably can do something like this with FileDialog (OpenFileDialog is
sealed), or just use Win32 API.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top