views:

170

answers:

2

Hello,

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.

A: 

This might help : http://www.codeproject.com/KB/miscctrl/C__based_thumbnail_viewer.aspx

Ram
Thanks.. I was wondering if I am missing something in the Form editor in Microsoft Visual C#
Kiran
+1  A: 

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

Andrey
Thanks a lot. is it possible to select A Directory and list all the sub directories in a the Design Form ?
Kiran