Trying to reproduce the Open/Save File Dialog

  • Thread starter Thread starter Stab
  • Start date Start date
S

Stab

Hello,

I have to kinda reproduce the Open/Save File Dialog.
I was wondering what class was used by these dialog to display all the
files/folders.
Would there be a way to have the same control in my application, with the
same
behaviour (double click opens a folder, rename ability, and so on...)

Thanks in advance for your help.
 
Hello Stab,

Why not just use the OpenFileDialog and SaveFileDialog classes? These give you the complete dialog.
 
Back
Top