Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 924 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 924 Bytes

Controls

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.

Generate and build

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.