Hello Stab,
Why not just use the OpenFileDialog and SaveFileDialog classes? These give you the complete dialog.
--
Matt Berther
http://www.mattberther.com
> Hello,
>
[quoted text clipped - 6 lines]
> behaviour (double click opens a folder, rename ability, and so on...)
> Thanks in advance for your help.
Stab - 15 Sep 2004 20:32 GMT
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.
> Hello Stab,
>
[quoted text clipped - 14 lines]
> > behaviour (double click opens a folder, rename ability, and so on...)
> > Thanks in advance for your help.