StdCtrlSkinTool is a layout and skin management tool that enables you to manage your applications using MFC controls.
This is how the name from:
- StdCtrl - Standard controls in Visual C++
- Skin - Skin management
This tool can manage the layout of any control which derived from CWnd class. In order to do this, you just need to create a simple xml configure file, plus little modification to your application. Any control could be used, no matter it is from the Microsoft Visual Studio, or from a third-party vendor.
Configure file format < file format.docx >
Do layout
Sizing
Spanning
Draw gradient
Draw image
Demos