Search code examples
c#programming-languagesdirectory

Folder View in C# Form


In an attempt to learn C#, I am trying to develop Picasa Like Application to display Photographs from my Library.

Would it be possible to display folders as in Picasa Using C# ?

Any help would be highly helpful.


Solution

  • First you need to get list of files/folders, then show them how you like. Especially this will be nice using WPF