An open API service indexing awesome lists of open source software.

https://github.com/tirsvadgui/cpp.winui3.example-controls

Winui3 controls - how to use
https://github.com/tirsvadgui/cpp.winui3.example-controls

cpp datepicker winui3

Last synced: about 2 months ago
JSON representation

Winui3 controls - how to use

Awesome Lists containing this project

README

          

# CPP Windui3 Controls Example
This is a simple examples of how to use the Windui3 library to create a simple window with different controls.

## How to use
1. Clone the repository

2. Open the project in Visual Studio 2019

3. Build the project

4. Run the project

5. Enjoy the controls

## Controls

- DatePicker

### TODO
- Add more controls

- Button

- CheckBox

- ComboBox

- EditBox

- ProgressBar

- RadioButton

- Slider

- TextBlock

- TextBox

- ToggleButton

- Window

- Add more examples

- Add more features

- Add more documentation

- Add more comments

- Add more tests