xtd.forms "Hello, World!" examples
January 11, 2024 ยท View on GitHub
This folder contains xtd.forms "Hello, World!" examples.
- hello_world_emoticons The classic first application "Hello, World!" with xtd::forms::emoticons component.
- hello_world_label The classic first application "Hello, World!" with xtd::forms::label control.
- hello_world_message_box The classic first application "Hello, World!" with xtd::forms::message_box control.
- hello_world_message_box2 The classic first application "Hello, World!" with xtd::forms::message_box control.
- hello_world_message_box3 The classic first application "Hello, World!" with xtd::forms::message_box control.
- hello_world_paint The classic first application "Hello, World!" with GDI+ drawing objects.
- hello_world_say The classic first application "Hello, World!" with xtd::forms::button control and xtd::speech::synthesis::speech_synthesizer class.
- hello_world_xtd The classic first application "Hello, World!" with xtd::forms::main_menu menu, xtd::sorms::status_bar control, and xtd::event_handler.
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