User dialogs examples
March 1, 2024 ยท View on GitHub
This folder contains xtd.forms user dialogs examples.
- user_dialog demonstrates the use of xtd::forms::form as dialog.
- user_dialog_show_sheet demonstrates the use of xtd::forms::form as dialog.
- about_dialog_with_user_pages demonstrates how to add custom tab page to xtd::forms::about_dialog dialog.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name