This is a simple control similar to the OutlookBar. The attached zip file contains two Visual Studio .NET projects. These projects are LS_UI and TestUI.
LS_UI - Contains control library
TestUI - Contains sample application, how to use it.
All projects include source code and compiled result. This is simple OutlookBar / SideBar similar control based on UserControl.
To see features or how to use, download and unzip the attached file and open projects in Visual Studio .NET. First build the control project and add control to the test project using "Add Reference" option of Visual Studio .NET.
The Control looks like in Figure 1.

Figure 1.
Missing features:
Drag & drop and Designer support.
Ivar LumiPosted Dec 9, 2010, 2:38 AM
Hi, You may try latest from: http://www.lumisoft.ee/lswww/download/downloads/UI/NET/
BERT SARIAPosted Dec 8, 2010, 1:27 PM
I downloaded the subject project and used it in one of my windows applications. Actually, I simply used the LumiSoft.UI.dll in the main form that serves as main menu. The issue I have noticed is that it appears that when users clicks the item (icon) from the bar, the memory the exe is using keeps on increasing. Any idea? Thank you very much.