Found 83 packages
MessageDialogService
MessageDialog
MessageDialogService.Uno
MessageDialogService.Uno.WinUI
Package Description
Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF.
WPF Message Box is a simple and free message box for WPF using MVVM pattern. Image, buttons, message, and caption can be set.
BestMatchDialog for the Microsoft Bot Framework is a dialog that allows you to match a message receieved from a bot user against a list of strings and then carry out an appropriate action. Matching does not have to be exact and you can set the threshold as to how closely the message should match with an item in the list.
QnAMakerDialog for the Microsoft Bot Framework is a dialog that allows you to integrate the QnA Maker Service with a bot built on the Bot Framework. This dialog will take messages receieved to a bot and send them to a QnA Maker service (updated for v3 API) and return one or more answers. If no answer is found then a default message is displayed. You can also add hanlders to alter your bot's messaging depending on the confidence the QnA Maker response and also add rich attachments to your responses such as videos / images / files.
An asp.net Core library for Modal dialog/StatusBar notifications.
An extension to the Standard Toolkit, which supports .NET Framework 4.6.2 - 4.8.1, .NET 8 - 10. This package implements the KryptonMessageDialog, which is similar to a KryptonMessageBox, but adds additional functionality. This package supports all .NET Framework versions starting .NET Framework 4.6.2 - 4.8.1, .NET 8 - 10. Also, all libraries are included targeting each specific framework version for performance purposes. To view all of the extended toolkit package latest version information, please visit: https://github.com/Krypton-Suite/Krypton-Toolkit-Suite-Version-Dashboard/blob/main/Documents/Modules/Extended/Krypton-Toolkit-Suite-Extended-Modules.md
Customize your MessageBox.
An asp.net Core UI library for Modal dialog/StatusBar notifications.
Ein generisches Dialog Fenster. Verhalten und Erscheinungsbild sind sehr detailiert anpassbar. Argumente können mit oder ohne Typ- Einschränkungen übergeben werden. Im Falle eines boolschen Wertes, werden CheckBox Elemente generiert. Einem boolschen Wert können sub- Argumente übergeben werden, dessen 'IsEnabled' und 'IsRequired' status sich anhand des übergeordneten Elements definieren. Passwörter können ebenfalls als SecureString abgefragt werden und werden entsprechend in einer PasswordBox dargestellt. Allgemein orientieren sich die generierten UI- Controls an dem erwarteten Typ. Changelog: - CheckBox: Bool- ArgType Parameter generieren eine CheckBox - Es können Abhängigkeiten für eine CheckBox definiert werden. Hierfür werden zwei Add Methoden mit den entsprechenden Überladungen angeboten. In jedem Fall wird als zweites Argument ein Objekt vom Typ DialogArgs erwartet, welches die Abhängigkeiten definiert. Die Abhängigkeiten können ohne Einschränkung verschachtelt werden. - PasswordBox: SecureString- ArgType Parameter generieren eine PasswordBox und geben über die Methode GetSecure ein Objekt vom Typ SecureString zurück. - ComboBox: Der ArgType Collection erzeugt eine ComboBox aus dem als default- Parameter übergebenen IEnummerable Objekt. - DatePicker: Der ArgType DateTime erzeugt ein DatePicker Objekt. - Die Show Methode lässt sich nun mit einem Delegaten vom Typ Action überladen. Somit muss das closing Event nicht mehr separat gebunden werden. Für mehr Information: http://www.src-code.de/docs/easydialog
This package includes Windows.Storage like APIs cross-platform such as: - MessageDialog for representing a dialog for showing messages to the user. - UICommand for providing a command in a context menu.
An extented message box for a Windows Forms applications.
Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF
Library to easily use dialogs from a View Model in Mahapps.Metro applications.
A simple dialog box to capture user input. Supports a single string input or selection of a value from a dropdown box. Also functions a a standard MessageBox. 20220202 - Enabled a scrolling textbox if message is too long. 20220213 - Updated XML comments 20220308 - Enable no icon and adjusted sizes of other elements accordingly 20231214 - Fixed combobox Enter key = click Ok button (if exists) 20231215 - Code Cleanup only (no true updates) 20240103 - Added numeric selector. moved Enums to separate classes (eliminate InputDialog.InputDialog.enum) 20240128 - Added ability to control appearance of scroll arrows when using Textbox style 20250821 - Update to .Net 9 and C# 13
Turns a Blazor Component into a Modal Dialog. Async methods allow dialogs to return values. Allows nested dialogs (i.e. a dialog can open a child dialog). Supports Blazor WebAssembly and Server. Includes Windows style Message Box for quick user feedback.