|
|
Browse by Tags
All Tags » namespace » Vista
-
This version of the FolderViewImpl Namespace example enables deep searching
-
OverviewFrom my past posts about implementing your own Shell Namespace, there have been some great questions posted by readers. Many of these stem from the fact that the Namespace example is fairly simple in that it does not implement all of the behavior that is possible in Explorer. This was done to focus on the core steps in getting ...
-
This sample extends the FolderViewImpl SDK Sample by adding custom command items to the Commands Module in Explorer.
-
OverviewIn my earlier post, I showed how to create a Shell Namespace Extension using the default IShellView implementation (also known as DefView). One thing you might have noticed from the sample is that the Commands Module is void of even the default items such as “Organize” and “Views”. If you are developing ...
-
This zip file contains the code for the FolderViewImpl Shell Namespace Extension Sample
-
OverviewWhen implementing a Shell namespace extension, a developer must provide an object that implements the IShellView interface. However, Microsoft® Windows® provides a default implementation of IShellView known as the System Folder View Object (colloquially known as DefView), that can be used in place of a custom implementation. This ...
|
|
|