Custom Column handler for All folders

  • Thread starter Thread starter Shravan Kumar
  • Start date Start date
Hi,

Have you started from the basics and worked your way up?

HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers. Subkey: GUID (UUIDGEN).

If so, I would have to mess with it. Good luck!
 
Hi Kelly,

I have created that HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers key and
added my column handler.

The problem is that for each folder I need to right click on the details
bar, select "More..." and then I am finally able to 'check' my custom
column.

Once I added it, I used your suggestion given in another post here to apply
the same folder settings to all folders.

Now, this required a bit of user interaction from my end.

What I ideally want to do is package my shell extension in an installer, and
from it run some kellys-magic-reg-script, and viola! the column come up on
its own for the details view on its own!

Am I asking for too much:)

Thanks!
kumar
 
Ah, I see. Didn't realize how far you had gone. Ok, send me what you have.
:o)

/top10faqs.htm
 
Ok, will have a look at it.

/top10faqs.htm


Shravan Kumar said:
Hi Kelly,

I am attaching a sample Column handler that give information about MP3s
The ClassID is {AC146E80-3679-4BCA-9BE4-E36512573E6C}

On registering it, I am able to add columns like "MP3 Year" to my details
view.

How could I package this dll with a reg script in an installer, so it gets
enabled when the installer is run, and users dont need to add this column on
their own?

Thanks!
sk
PS: This sample is from codeguru
http://codeproject.com/shell/shellextguide8.asp?print=true


up
(http://msdn.microsoft.com/library/d...hell_int/shell_int_extending/extensionhandler
 
Back
Top