Ok what I want to do is be able to search out files of type extension and populate the ListView Control.
I know that there is a way to get directory info.
string[] DirInfo = System.IO.Direc tory.GetLogical Drives();
Is there something I can do with files along the same lines.
Also I am having trouble populating the list box.
listViewFileOut .Items.Add("hjr ",1); This only fills out one Column. How do I pupulate the other columns?
I know that there is a way to get directory info.
string[] DirInfo = System.IO.Direc tory.GetLogical Drives();
Is there something I can do with files along the same lines.
Also I am having trouble populating the list box.
listViewFileOut .Items.Add("hjr ",1); This only fills out one Column. How do I pupulate the other columns?
Comment