D
D
Denis2017-03-18 19:03:30
.NET
Denis, 2017-03-18 19:03:30

How to create a dialog for opening a folder that has the functionality of openFileDialog (c#)?

Hello.
Tell me, is there a dialog for selecting a folder with the functionality and view of openFileDialog?
FolderBrowserDialog is terrible in itself and before writing my own dialog, I wanted to know if there were any ready-made solutions.
PS I write in c#, windows forms, .net version - 4.5, VS 2013
I explain for those who don't understand me:
FolderBrowserDialog looks like this:
a0a8f805d8414e04bc3f100a274b3e43.png
But I need it to look like OpenFileDialog, like this:
8176d57ecd5a4bffbed6847bd213247d.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kvasek, 2017-03-18
@kvasek

Use FolderBrowserDialog

M
magdest, 2019-03-02
@magdest

Is it really so difficult to understand, you need to select both files and folders at the same time !!!!!!!!!!!!! At least, I selected what I needed and by pressing the OK button, everything selected was copied to the clipboard, and just Clipboard.GetFileDropList () and folder names and file names and paths to them are already pulled out of the clipboard.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question