Creating a Taskbar - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Friday, June 3, 2011

Creating a Taskbar

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....

No comments:

Post a Comment