Events examples
February 5, 2024 ยท View on GitHub
This folder contains xtd.forms event examples.
- application_add_message_filter shows how to create an application with xtd::forms::application::add_message_filter method.
- application_application_exit demonstrates the use of xtd::forms::application::application_exit event.
- application_events demonstrates the use of xtd::forms::application events.
- application_idle demonstrates the use of xtd::forms::application::idle event.
- enable_changed_event demonstrates the use of enable_changed event.
- font_changed_event demonstrates the use of font_changed event.
- form_click demonstrates the use of xtd::forms::form event.
- form_custom_event demonstrates how to create custom event with form.
- form_and_messages demonstrates some events received by xtd::forms::form.
- form_paint demonstrates paint event with xtd::forms::form.
- key_events demonstrates the use of key events.
- mouse_events demonstrates the use of mouse events.
- move_form demonstrates the use of move form events.
- send_message_to_form demonstrates how to send message to form.
- wnd_proc demonstrates the use of wnd_proc method.
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