CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Eri523

Search: Search took 0.10 seconds.

  1. Re: How to display the files in a specific folder?

    The following code would fill an existing list view named listView1 (like the IDE would name it by default) with items containing subitems containing the information you want according to post #1....
  2. Re: How to display the files in a specific folder?

    An array of objects containing all the information you want (and more) about the files in a given directory can be obtained by using the DirectoryInfo::GetFiles() method. The DirectoryInfo instance...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured