This folder contains controls examples.
- Button Shows how to create a Button and Event Click.
- CheckBox Shows how to create a CheckBox.
- ComboBox Shows how to create a ComboBox.
- ProgressBar Shows how to create a ProgressBar.
- RadioButton Shows how to create a RadioButton.
- StaticPicture Shows how to create a SttaticPicture from bitmap file.
- StaticText Shows how to create a StaticText.
- TextBox Shows how to create a TextBox.
- TrackBar Shows how to create a TrackBar.
To build this project, open "Console" and type following lines:
mkdir build && cd build
cmake ..
start Controls.sln
Select any project and type Ctrl+F5 to build and run it.