Valhalla Legends Archive

Programming => General Programming => Topic started by: Banana fanna fo fanna on October 17, 2003, 08:51 PM

Title: Windows Explorer extensions
Post by: Banana fanna fo fanna on October 17, 2003, 08:51 PM
Hi all,

Was wondering how to create an Explorer extension. I'm writing a P2P app, and I was thinking I could have something similar to Find Files or Folders for search results...or something like that. I'd rather integrate it right in the Windows shell, so someone can right-click on a folder and say "share this folder."
Title: Re:Windows Explorer extensions
Post by: Hitmen on October 17, 2003, 11:07 PM
Something like this (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_extending/context.asp)?
Title: Re:Windows Explorer extensions
Post by: Yoni on October 18, 2003, 11:04 AM
This may be a more helpful resource than MSDN:

http://www.codeproject.com/shell/shellextguideindex.asp
Title: Re:Windows Explorer extensions
Post by: Banana fanna fo fanna on October 18, 2003, 06:28 PM
I can also read it in Opera ;)