C++ Tutorial: Status Strip Control in C++/CLI
Today we are going to talk about such component in Visual Studio 2012 as Status Strip. With component is mostly situated at the bottom of the main form and it shows progress of some event, warnings, errors or other additional information. In today’s program we will use this component.
Preparation
You need to create new Windows Forms Application project. Then drag Status Strip component on the form and will be added to the project.