Hi all,
I am developing a shell folder NSE with multiple levels of virtual
folders. How do I show a property sheet for virtual items?
I have tried doing a ShellExecuteEx with a "properties" verb for a
fully qualified PIDL of my nested virtual item. I have also supplied a
class name which registered a property page handler in a similar
fashion as a "Folder" class. This all had no effect. I got an error
message box and ERROR_NO_ASSOCIATION in return.
Is this possible at all or do I have to show my own custom property
sheet? I have Googled up and down and found nothing, but if I am not
mistaken, IE's History folder seems to do this nicely.
--
Alex