Hey guys!
I'm making an app that allows user to select some files. But, I want it to be made inside the app, without the need of a 'OpenFileDialog' or so.
My first thought was a ListView control, but I really don't know how to use it or even how to make it get that from file system.
Then I thought on a ListBox, but it seems to have so few features...
There is a way to make an 'explorer-like' file browser inside the app? It doesn't need to contain all the explorer features, just an details view (the one that looks like a list, but with columns) and a icons view (similar to windows XP).
thanks in advance!