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
- Host: GitHub
- URL: https://github.com/tirsvadgui/cpp.winui3.example-controls
- Owner: TirsvadGUI
- License: gpl-3.0
- Created: 2024-11-14T03:52:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T04:23:16.000Z (over 1 year ago)
- Last Synced: 2025-01-14T11:17:49.274Z (over 1 year ago)
- Topics: cpp, datepicker, winui3
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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