Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • Administrators
Posted
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.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...