Applications examples
August 19, 2025 ยท View on GitHub
This folder contains xtd.forms application examples.
- application shows how to create an application with xtd::forms::application class.
- application_and_assert shows how to create an application with xtd::forms::application class and how to manage assert.
- application_and_exception shows how to create an application with xtd::forms::application class and how to manage exception.
- application_context shows how to create an application with xtd::forms::application class.
- application_restart shows how to restart application with xtd::forms::application::restart method.
- application_thread_exception shows how to use xtd::forms::application::thread_exception event.
- application_use_wait_cursor shows how to show and hide wait cursor application with xtd::forms::application::use_wait_cursor method.
- application_with_cmake_assembly_info demonstrates the use of xtd::reflection::assembly attributes, xtd::forms::form classes.
- application_with_manual_assembly_info demonstrates the use of xtd::reflection::assembly attributes, xtd::forms::form classes.
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