CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2005
    Posts
    141

    Post opendialog with checkbox??

    hi...

    is there any way i can implement opendialog with checkboxes? means i can select/deselect many files/folders just by clicking on the checkbox which is located at the right side of the listed files/folders...?

    any help is greatly appreciated. thanks in advance

  2. #2
    Join Date
    Nov 1999
    Location
    Denmark
    Posts
    260

    Re: opendialog with checkbox??


  3. #3
    Join Date
    Jan 2007
    Posts
    491

    Re: opendialog with checkbox??

    Sorry for double post...

  4. #4
    Join Date
    Jan 2007
    Posts
    491

    Re: opendialog with checkbox??

    You can't. OpenFileDialog is unchangable. This dialog us used to open files, and no one can change the way it looks and works (Or at least doesn't have to do that). You can try to build one yourself, or to find that form somehow and edit it.

    I still can't see the preferences of checkboxes over a regular multiple OpenFileDialog, though.

  5. #5
    Join Date
    Jul 2005
    Posts
    141

    Re: opendialog with checkbox??

    Quote Originally Posted by Rudegar
    thanks a lot, i'll try this.. although it looks a little complicated..

  6. #6
    Join Date
    Jul 2005
    Posts
    141

    Re: opendialog with checkbox??

    Quote Originally Posted by Talikag
    You can't. OpenFileDialog is unchangable. This dialog us used to open files, and no one can change the way it looks and works (Or at least doesn't have to do that). You can try to build one yourself, or to find that form somehow and edit it.

    I still can't see the preferences of checkboxes over a regular multiple OpenFileDialog, though.
    hmm, perhaps there's another way instead of using openfiledialog.. or no (besides doing it myself)?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured