Dialog examples
January 11, 2024 ยท View on GitHub
This folder contains xtd.forms dialog examples.
- about_box represents a dialog box that displays about box.
- about_dialog represents a dialog box that displays about dialog.
- assert_box represents a dialog box that displays assert box.
- assert_dialog represents a dialog box that displays assert dialog.
- busy_box represents a dialog box that displays busy box.
- busy_dialog represents a dialog box that displays busy dialog.
- color_box represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
- color_dialog represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
- debug_message_box represents a debug message box that displays debug message box and write debug message.
- debug_message_dialog represents a debug message dialog that displays debug message dialog and write debug message.
- exception_box represents a exception box that displays exception box.
- exception_dialog represents a exception box that displays exception box.
- find_box represents a dialog box that displays find box.
- find_dialog represents a dialog box that displays find box.
- folder_browser_box prompts the user to select a folder.
- folder_browser_dialog prompts the user to select a folder.
- font_box represents a dialog box that displays a font box to the user to choose a font from among those installed on the local computer.
- font_dialog prompts the user to choose a font from among those installed on the local computer.
- input_box represents a dialog box that displays input dialog.
- input_dialog prompts the user to input text.
- message_box displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A MessageBox can contain text, buttons, and symbols that inform and instruct the user.
- message_dialog displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A MessageBox can contain text, buttons, and symbols that inform and instruct the user.
- open_file_box displays a progress dialog window, which shows to user a progress animation, with more details like the remaining time, estimated time and other options which can be customized with xtd::forms::progress_box_options. It is a modal window, blocking other actions in the application until the user cancels or hides it.
- open_file_dialog displays a standard dialog box that prompts the user to open a file.
- progress_box displays a progress dialog window, which shows to user a progress animation. which remaining time, estimated time and other options which can be customized. It is a modal window, blocking other actions in the application until the user cancels or hides it.
- progress_dialog represents a dialog box that displays progress dialog.
- replace_box represents a dialog box that displays replace box.
- replace_dialog represents a dialog box that displays replace box.
- save_file_box displays a file save window, also known as a file dialog, which asks the user to select a path to save a single file to. It is a modal window, blocking other actions in the application until the user closes it.
- save_file_dialog prompts the user to select a location for saving a file.
- trace_message_box represents a trace message box that displays trace message box and write trace message.
- trace_message_dialog represents a trace message dialog that displays trace message dialog and write trace message.
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