Подія
17 бер., 21 - 21 бер., 10
Приєднайтеся до серії нарад, щоб створити масштабовані рішення зі ШІ на основі реальних випадків використання з колегами-розробниками та експертами.
Зареєструватися заразЦей браузер більше не підтримується.
Замініть його на Microsoft Edge, щоб користуватися перевагами найновіших функцій, оновлень безпеки та технічної підтримки.
Dialog boxes are used to interact with the user and retrieve information. In simple terms, a dialog box is a form with its FormBorderStyle enumeration property set to FixedDialog
. You can construct your own custom dialog boxes by using the Windows Forms Designer in Visual Studio. Add controls such as Label
, Textbox
, and Button
to customize dialog boxes to your specific needs. The .NET Framework also includes predefined dialog boxes, such as File Open and message boxes, which you can adapt for your own applications. For more information, see Dialog-Box Controls and Components.
How to: Display Dialog Boxes for Windows Forms
Gives directions for showing dialog boxes.
Dialog-Box Controls and Components
Lists the predefined dialog box controls.
Changing the Appearance of Windows Forms
Contains links to topics that describe how to change the appearance of Windows Forms applications.
TabControl Control Overview
Explains how you incorporate the tab control into a dialog box.
Відгук про .NET Desktop feedback
.NET Desktop feedback – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук:
Подія
17 бер., 21 - 21 бер., 10
Приєднайтеся до серії нарад, щоб створити масштабовані рішення зі ШІ на основі реальних випадків використання з колегами-розробниками та експертами.
Зареєструватися заразНавчання
Модуль
Communicate using message boxes in Power Automate for desktop flows - Training
In this module, we discuss the use of message boxes in automated flows.
Документація
How to: Display Dialog Boxes - Windows Forms .NET Framework
Learn how to display dialog boxes in a similar way to how you display other forms in Windows applications.
Dialog-Box Controls and Components - Windows Forms .NET Framework
Learn about dialog-box controls and components in Windows Forms. The Windows Forms controls and components listed in this article present standard dialog boxes.
Layer Objects - Windows Forms .NET Framework
Learn how to layer objects on Windows Forms controls and child forms to create more complex user interfaces.
Position Controls - Windows Forms .NET Framework
Learn how to use the Windows Forms Designer in Visual Studio or the Location property to position your controls.