Andi03 Posted March 24, 2004 Posted March 24, 2004 Hi. Im using OpenFileDialog to load som files into a list box but I have one little problem. The problem is that when I open, I think ~200 files, using multiselect I get the error "You open to many files, open less files" or something like that. Is there a way to go around that? Or do I have to make a custom OpenFileDialog? //Andi Quote
Administrators PlausiblyDamp Posted March 24, 2004 Administrators Posted March 24, 2004 Do you need to select that many files at once? Are they not organised into folders etc? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Administrators PlausiblyDamp Posted March 24, 2004 Administrators Posted March 24, 2004 You may be better of displaying the list of files in another control (ListView or Checked ListBox) for example. This will allow selecting files to be a bit easier - if people are using ctrl+click to select files 200+ individual selections could get tedious and error prone. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Andi03 Posted March 24, 2004 Author Posted March 24, 2004 ok...im gonna change it to something easier...thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.