Click to See Complete Forum and Search --> : opendialog with checkbox??
imin
July 9th, 2007, 02:23 AM
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
Rudegar
July 9th, 2007, 02:31 AM
you could use this component
http://www.codeproject.com/cs/miscctrl/treelistview.asp
Talikag
July 9th, 2007, 02:34 AM
Sorry for double post...
Talikag
July 9th, 2007, 02:36 AM
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.
imin
July 9th, 2007, 03:01 AM
you could use this component
http://www.codeproject.com/cs/miscctrl/treelistview.asp
thanks a lot, i'll try this.. although it looks a little complicated..
imin
July 9th, 2007, 03:02 AM
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)?
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.