unknown
2009-10-11 20:24:57 UTC
Hi! How i can convert a Property name to a PROPERTYKEY structure (FMTID/PID) by the name?
Example:
From Registry i take: HKEY_CLASSES_ROOT\*\InfoTip
than in my case, the result is: "propocTitle;Type;Size;FileVersion;FileTitle;ProgramDescription"
I have written a function to get sequentially property by property... so i have:
DocTitle
Type
Size
FileVersion
FileTitle
ProgramDescription
I want to translate the correspondent PROPERTYKEY structure (FMTID/PID) or otherwise translate this string to the correspondent replacement as Windows Explorer do.
Any suggestion is appreciated. Thanks in advance!
EggHeadCafe - Software Developer Portal of Choice
VB.NET TCP Client - Server Socket Communications
http://www.eggheadcafe.com/tutorials/aspnet/3dbc2e09-729c-4dff-b0cf-3619c1576dca/vbnet-tcp-client--serve.aspx
Example:
From Registry i take: HKEY_CLASSES_ROOT\*\InfoTip
than in my case, the result is: "propocTitle;Type;Size;FileVersion;FileTitle;ProgramDescription"
I have written a function to get sequentially property by property... so i have:
DocTitle
Type
Size
FileVersion
FileTitle
ProgramDescription
I want to translate the correspondent PROPERTYKEY structure (FMTID/PID) or otherwise translate this string to the correspondent replacement as Windows Explorer do.
Any suggestion is appreciated. Thanks in advance!
EggHeadCafe - Software Developer Portal of Choice
VB.NET TCP Client - Server Socket Communications
http://www.eggheadcafe.com/tutorials/aspnet/3dbc2e09-729c-4dff-b0cf-3619c1576dca/vbnet-tcp-client--serve.aspx