I'm doing a NSE and would like to display my self-defined information about a selected virtual item on the left-pane of the explorer. However when i select an item the GetDetailsEx didn't get called. I have implemented IPersistFolder3 and IShellFolder3, can someone pls help me? url:http://www.ureader.com/gp/1660-1.aspx
Yi Su wrote: > I'm doing a NSE and would like to display my self-defined information > about a selected virtual item on the left-pane of the explorer. > However when i select an item the GetDetailsEx didn't get called. I > have implemented IPersistFolder3 and IShellFolder3, can someone pls > help me? First of all, the Tasks Band is implemented by the DefView, so your NSE must use SHCreateShellFolderView to create its view object. Furthermore, the Tasks Band interfaces are undocumented. However, they have been reverse-engineered and described here: http://www.codeproject.com/KB/shell/foldertasks.aspx -- Jim Barry, MVP (Windows SDK)
I see, thanks. url:http://www.ureader.com/msg/16601212.aspx