Groups | Blog | Home
all groups > dotnet windows forms > september 2004 >

dotnet windows forms : Trying to reproduce the Open/Save File Dialog


Matt Berther
9/15/2004 12:03:54 PM
Hello Stab,

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

--
Matt Berther
http://www.mattberther.com

[quoted text, click to view]
Stab
9/15/2004 8:49:04 PM
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.

Stab
9/15/2004 9:32:44 PM
Well, the reason is that there is an issue with the stardard dialog
when the user tries to select more than 200 files (when the multiple
files selection is enabled of course)
This issue is known from microsoft :
http://support.microsoft.com/default.aspx?scid=kb;en-us;820631
That's why I am trying to build my own open file dialog box.


"Matt Berther" <mberther@hotmail.com> a écrit dans le message de news:
uPa5$a1mEHA.3988@tk2msftngp13.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button