File Explorer like controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to emulate the File Explorer capabilities in my application.
I'm looking for the three controls used in File Explorer: ComboBox, TreeView
and ListView. The ListView needs to have the Thumbnail view.
I've evaluated the SkySoftware controls but they have too many limitations
and the programing interface is too frustrating, lacking things like events
and Tag properties that make .NET programing such a breeze.

Can anyone recommend alternatives. I've search a fair bit but so far all the
suites of controls I found don't have the thumbnail view.

Thanks
 
Marc Ridey said:
I need to emulate the File Explorer capabilities in my application.
I'm looking for the three controls used in File Explorer: ComboBox, TreeView
and ListView. The ListView needs to have the Thumbnail view.
I've evaluated the SkySoftware controls but they have too many limitations
and the programing interface is too frustrating, lacking things like events
and Tag properties that make .NET programing such a breeze.

Can anyone recommend alternatives. I've search a fair bit but so far all the
suites of controls I found don't have the thumbnail view.

Thanks

This site has some of what you are looking for http://www.obout.com
 
My appologies. I forgot to mention that I need a WinForms solution, not an
ASP.NET web solution.

Marc
 
Back
Top