using wxTreeCtrl to display system resource

Hi all.
What i would like to to is somewhat like the "explorer" under windows, using the tree component in wxPython.
I wouldn't like to begin from the "C:\" for parse the user system, but, like exlorer, from the computer resource.

And another question is.. i also would like to show the exact icon for every item in my tree, the icon associated in the user
computer to that file/folder. Is there a way to do that?

thanks in advance.

Alessandro Crugnola [aka] sephiroth
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

Hi,

See the wxPython wxTreeCtrl.py demo and take a look at:
http://wiki.wxpython.org/index.cgi/ListAndTreeControls for more info.

Remy Cool

ยทยทยท

On Thursday 30 October 2003 00:43, Alessandro Crugnola *sephiroth* wrote:

Hi all.
What i would like to to is somewhat like the "explorer" under
windows, using the tree component in wxPython. I wouldn't like to
begin from the "C:\" for parse the user system, but, like exlorer,
from the computer resource.

And another question is.. i also would like to show the exact icon
for every item in my tree, the icon associated in the user computer
to that file/folder. Is there a way to do that?

thanks in advance.