Is there a way I can get the OpenFileDialog in a pane of my WinForms Form?
I want to make a 2-pane "Open Files Dialog" where in one pane I collect the files that are selected in the other pane, which can browse between folders. I know, I could roll it myself, but it would be easier if I could use the OpenFileDialog as a component to drop in...
With enough effort, you can do practically anything, but I'm going to go with "no" on this one. It was never meant to do what you're thinking of making it do, and isn't well suited to your paradigm anyway. Roll your own or look for something someone already created, I'd say...