c++ - Changing file's details tab(when right click) using the IShellDispatch interface? -


As the title, it is possible to change some of the fields shown in the Details tab using the IShellDispatch interface Right click on a certain file and then choose the properties option?

Thank you!

Use shell property store on Vista / 7 to update description field in Shell property page . See for example.

Comments