|
-
July 9th, 2007, 02:23 AM
#1
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
-
July 9th, 2007, 02:31 AM
#2
Re: opendialog with checkbox??
-
July 9th, 2007, 02:34 AM
#3
Re: opendialog with checkbox??
-
July 9th, 2007, 02:36 AM
#4
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.
-
July 9th, 2007, 03:01 AM
#5
Re: opendialog with checkbox??
 Originally Posted by Rudegar
thanks a lot, i'll try this.. although it looks a little complicated..
-
July 9th, 2007, 03:02 AM
#6
Re: opendialog with checkbox??
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|