Hi,
I'm looking for a Windows Forms Control to copy files and direcotries
between two directories.
|-----| |-----|
| | <- | |
| | | |
| | -> | |
|-----| |-----|
What I've found up to now:
System.Windows.Forms.OpenFileDialog
System.Windows.Forms.SaveFileDialog
System.Windows.Forms.ForlderBrowserDialog
As the names state these are dialogs and not simple controls, and thus
cannot be arranged like the schema shown above.
Microsoft.VisualBasic.Compatibility.VB6.DirListBox
Microsoft.VisualBasic.Compatibility.VB6.DriveListBox
Microsoft.VisualBasic.Compatibility.VB6.FileListBox
Is it a good idea to use VisualBasic controls in a C# application?
These controls don't look really nice and they don't really satisfy the
schema shown above (z.B. FileListBox only shows files, no directories.).
http://www.windowsforms.net/ControlGallery/default.aspx?Category=6&tabindex=5
http://www.codeproject.com/
These sites have some interessting controls. Can someone recomment one of
these controls? Or dissuade from one? The controls should be usable in a
professional commercial application (license, stability,
internationalization, use system icons,...).
Other recommendations?
Thanks.
-Puce