Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Oct : Shell extension question
| Subject: | Shell extension question |
| Posted by: | "Adrien Reboisson" (adrien-reboisson-removedots@a.s.t.a.s.e.com) |
| Date: | Mon, 23 Oct 2006 22:01:02 |
Hi,
I'm wondering how to implement (if it's possible) a shell extension able
to customize the entire client view displayed by the Windows explorer in
a given folder.
For instance, the C:\Windows\Task folder instanciates an inproc COM
server through its Desktop.ini file to display a task-based view. I
don't know if it's possible to implement a such object with Delphi and
how to build a such COM object... How is named this kind of component ?
Where I can found more infos about how to write them ?
Any hint appreciated ;-)
Best regards,
A.R.