- Introduction
- Developer’s Guide
- Samples
- Reference
Overview sample
Source repository: https://github.com/aelyo-softworks/ShellBoost-Samples
A simple .NET Framework C# Console application serving a Shell folder that contains a fixed set of virtual shell items and folders. Here is a screenshot where we can see a child folder with 6 items: 2 folders, 2 images and 2 text files.
Items in this view automatically support the preview pane (image and text files).
VBOverview
This is a VB.NET version of the Overview sample.
CoreOverview
This is a .NET Core 3.1 (compatible with .NET 5 and higher) C# version of the Overview sample. The code is the same as the Overview sample, C# files are simply linked to it.
CppOverview
This a .NET Framework C++/CLI version of the Overview sample.