Hello guys! Its been a very long time since I don't show up here.
Now I am back with a small project for internal use, but I need a little help.
I want to make a program that allows me to change file attributes, like 'hidden', 'read-only' and 'system'.
It seems pretty simple, but I want that multiple files can be modified at once. For this I would need a list that shows the files into the interface. There is what I can't get.
I first thought on a listbox, but there is also a listview which seems much more complete, but I just don't know how to use it. I was wondering if I could make something like: I open a folder, all the items inside that folder would be listed inside the listview.
Can someone help me?
More info:
I learned a bit, but not enough. I've set the listview to 'details' mode, so I can actually list items. Also, I've added three collums: one for file name, other for file size and another for file attributes. I just need to learn now how they works.