1 Attachment(s)
Explorer Type Browser ( Not a List )
.NET 4.0, VS 2010
I am wanting to create a very simple drag and drop style uploader/browser for my first project. I am trying to have just one component on a form but can't seem to find it. I am trying to make it look like the attached picture but can't find any components that produce the result I want.
Re: Explorer Type Browser ( Not a List )
And.... What is your question?
Re: Explorer Type Browser ( Not a List )
Sorry it is hard to explain without people thinking I mean something else. I want to know how to make a form that has just a control on it that displays files like Windows explorer does, and by this I mean it has large files icons and not a list or anything.
Re: Explorer Type Browser ( Not a List )
Well, if you want to make something like that from scratch you are going to have to build your controls from scratch too. If you don't know how to do that I would find a good beginner's tutorial and learn the basics of UI programming in C#, specifically subclassing the Control class and creating your own components.