I'm in need of some pointers.

I'm trying to create a simple data base program of sorts. I have a data set that contains file information (simple array "DATA(x,x)"). So each row is a different file, and each column is different bits of information about that file. I'm looking at trying to find a way to display this information.

Ex. When you use the windows "Search for files" app, you get a listview with all the files found and other information about the file. And with this you can organize by date, type, size, etc. I'm looking to do the same thing with my data set. How would one go about doing it in vb.net?