Forms examples
June 1, 2025 ยท View on GitHub
This folder contains forms examples.
- debug_form represents a form that trace all written debug with xtd::diagnostics::debug class.
- dialog demonstrates the use of xtd::forms::form container as dialog.
- form represents a window or dialog box that makes up an application's user interface.
- popup_form demonstrates the use of xtd::forms::form container as popup form.
- trace_form represents a form that trace all written trace with xtd::diagnostics::trace class.
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