This folder contains others examples.
- ColoredTabPages Shows how to create a TabControl with colored TabPages with.
- GroupBoxAndCheckBox demonstrates the use of GroupBox container and CheckBox control.
- GroupBoxAndRadioButton demonstrates the use of GroupBox container and [RadioButton control.
- StaticPicture2 Shows how to create a StaticPicture from bitmap resource.
- TabControl2 Shows how to create a TabControl.
- WindowWithVersionInfo Shows how to create a Form wtih version informations.
To build this project, open "Console" and type following lines:
mkdir build && cd build
cmake ..
start Others.sln
Select any project and type Ctrl+F5 to build and run it.