Questions tagged [propertyhandler]

4 questions
3
votes
0 answers

Where does Windows Search look for file properties?

We've implemented a shell property handler for a custom file format, with some standard properties and some custom. When we browse our files in Explorer our properties display nicely, but when our files appear in search results they don't. It seems…
Ciaran Keating
  • 2,793
  • 21
  • 19
2
votes
1 answer

How to create a property store binary file

I'm trying to implement an icon-based property in Windows File Explorer, and my understanding from this post is that it requires returning a property store binary file from the property handler. Does anyone know how to create a property store…
user9567282
1
vote
1 answer

Add custom file extended properties

After adding metadata property handler for .svg extension with this tool, I am able to add keywords to .svg files via Windows Explorer. I am now searching a way to add keywords via a C# application. I found this solution but…
alex
  • 5,661
  • 6
  • 33
  • 54
0
votes
1 answer

Does the Windows shell support multiple shell property handlers?

I was just trying out the Windows app sample for the Recipe Property Handler which is available here and I modified it to be used on .doc files instead of .recipe files: const WCHAR c_szRecipeFileExtension[] = L".doc"; But, this seemed to overwrite…
Alexandru
  • 12,264
  • 17
  • 113
  • 208