Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I write a shell-extension for Win7. First I crate my-own folder under "MyCompute", then show subfolders in it. But I find a strange thing.
My shell extension supports to "rename" the subfolders. I call IShellView::SelectItem(pidl, SVSI_EDIT) to set the folder state to editable. It works well if i show the sub-folders with "Large icon", "Medium icon" "List"...
But when I show all the subfolders in "Details", the "rename" function can not work.
I trace the return value for IShellView::SelectItem(pidl, SVSI_EDIT), it is S_OK.
And I am sure the pidl is correct.
Can anyone help me? Thanks a lot.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900