Re: [python-win32] explorer clone

2005-09-26 Thread Mark Hammond
> I'm trying to make an explorer clone using python-win32.(not the tree. > just the folderview on the right side.) > I know that I have to use the IShellFolder&IShellView, but don't know > how to. If you are writing a clone and are only interested in the file system, there would be no need to use

[python-win32] explorer clone

2005-09-26 Thread [EMAIL PROTECTED]
Hi! I'm trying to make an explorer clone using python-win32.(not the tree. just the folderview on the right side.) I know that I have to use the IShellFolder&IShellView, but don't know how to. Could someone show me an example. or is there anyone that has already done it? Thank you for any kind of