PDA

View Full Version : custom system folders



SplitPhire
05-19-2001, 02:33 AM
I made one of those system folders on my computer, and I was wondering if anyone knew how to make it expanding as control panel can do.

RWSchlatter
05-19-2001, 03:40 AM
"...make it expanding as control panel can do..."
what the tweak describes, is to establish a plain file system folder.

The feature that stands behind this is known as "Name Spaces" within the shell (Windows Explorer) and to use the full capabilities you kneed to to some programming.

Check the documentation on the shell, at:
http://msdn.microsoft.com/library/default.asp?PP=/library/toc/psdk/user/user0-3-0-3-0.xml&tocPath=user0-3-0-3-0&URL=/library/psdk/shellcc/Shell/Shell_Adv/namespace.htm (http://msdn.microsoft.com/library/default.asp?PP=/library/toc/psdk/user/user0-3-0.xml&tocPath=user0-3-0&URL=/library/psdk/shellcc/Shell/shell_intro.htm>http://msdn.microsoft.com/library/default.asp?PP=/library/toc/psdk/user/user0-3-0.xml&tocPath=user0-3-0&URL=/library/psdk/shellcc/Shell/shell_intro.htm</a>
and)

______________
Regards - Richard