Components examples
June 21, 2024 ยท View on GitHub
This folder contains xtd.forms components examples.
- application_settings represents settings application with CMake setting commands.
- application_settings_without_cmake_setting_commands represents settings application without CMake setting commands.
- background_worker executes an operation on a separate thread.
- button_images represents common images collection can be used for button.
- button_renderer show how to use xtd::forms::button_renderer renderer.
- check_box_renderer show how to use xtd::forms::check_box_renderer renderer.
- countries shows how to use xtd::forms::countries collection and xtd::forms::country component.
- cursors shows how to used xtd::forms::cursors collection and xtd::forms::cursor component.
- emoticons shows how to used xtd::forms::emoticons collection and xtd::forms::emoticon component.
- directory_entry The DirectoryEntry class encapsulates a node or object in the Active Directory Domain Services hierarchy.
- directory_searcher performs queries against Active Directory Domain Services.
- error_provider provides a user interface for indicating that a control on a form has an error associated with it.
- event_log provides interaction with Windows event logs.
- file_system_watcher listens to the file system change notifications and raises events when a directory, or file in a directory, changes.
- help_provider provides pop-up or online Help for controls.
- image_list provides methods to manage a collection of Image objects. This class cannot be inherited.
- images demonstrates the use of xtd::forms::images class.
- message_queue provides access to a queue on a Message Queuing server.
- performance_counter represents a Windows NT performance counter component.
- process provides access to local and remote processes and enables you to start and stop local system processes.
- radio_button_renderer show how to use xtd::forms::radio_button_renderer renderer.
- screen represents a display device or multiple display devices on a single system.
- serial_port represents a serial port resource.
- service_controler represents a Windows service and allows you to connect to a running or stopped service, manipulate it, or get information about it.
- texts shows how to used xtd::forms::system_texts collection.
- timer implements a timer that raises an event at user-defined intervals. This timer is optimized for use in Windows Forms applications and must be used in a window.
- translator demonstrates the use of xtd::forms::translator strings.
- translator_with_language demonstrates the use of xtd::forms::translator strings.
- use_wait_cursor shows how to use xtd::forms::use_wait_cursor component.
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