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
Re: opendialog with checkbox??
Re: opendialog with checkbox??
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.
Re: opendialog with checkbox??
Quote:
Originally Posted by Rudegar
thanks a lot, i'll try this.. although it looks a little complicated..
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)?