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
vMike - 21 Sep 2005 20:00 GMT
> I need to emulate the File Explorer capabilities in my application.
> I'm looking for the three controls used in File Explorer: ComboBox, TreeView
[quoted text clipped - 7 lines]
>
> Thanks
This site has some of what you are looking for http://www.obout.com
Marc Ridey - 21 Sep 2005 22:10 GMT
My appologies. I forgot to mention that I need a WinForms solution, not an
ASP.NET web solution.
Marc