I'm trying to write a shell extension using C# however I haven't found any example on the web about how to use SHCreateShellFolderView windows API function. Does anyone has some example of how to use it?
I'm trouble to use it on Windows 7.
I'm trying to write a shell extension using C# however I haven't found any example on the web about how to use SHCreateShellFolderView windows API function. Does anyone has some example of how to use it?
I'm trouble to use it on Windows 7.
My suggestion is to take a look at codeproject C# does Shell, Part 1 and Namespace Extensions: The Tasks Band Disclosed. First article introduces shell programming with C#, and second one is about how to use SHCreateShellFolderView with unmanaged C++.