In this tutorial, I will explain how to create a Windows taskbar in C# with the Merula Shell Library.

You can download the Merula Shell Library here.

First, create a new project in Visual Studio. In the new project window, choose a WPF application. Add the three DLLs from the Merula shell library to the reference of the project.

Creating a Usercontrol

For every window, I want to create a fancy button with an image and the tile, in my taskbar. So let's create a usercontrol, I called it TaskbarButton.

Read More....