Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What does ookii dialogs.winforms.credentialdialog class do in winforms?


Asked by Curtis Padilla on Dec 15, 2021 FAQ



The Ookii.Dialogs.WinForms.CredentialDialog class provide wrappers for the CredUI functionality first introduced in Windows XP. This class provides functionality for saving and retrieving generic credentials, as well as displaying the credential UI dialog.
Moreover,
The Ookii.Dialogs.WinForms.InputDialog class provides the input dialog functionality for Windows Forms. Unlike the other classes in this package, this class is not a wrapper for any existing API; the dialog uses a custom implementation in Windows Forms.
Also Know, TaskDialog - A task dialog proving a superset of the standard message box functionality. ProgressDialog - A dialog that displays a progress bar. CredentialDialog - A dialog that accepts credentials from the user. InputDialog - A dialog that accepts arbitrary text input from the user.
Besides,
This gives us the much nicer folder browser dialog: Ookii.Dialogs also includes a number of other useful dialogs: TaskDialog - A task dialog proving a superset of the standard message box functionality. ProgressDialog - A dialog that displays a progress bar. CredentialDialog - A dialog that accepts credentials from the user.
Additionally,
Task dialogs are a new type of dialog first introduced in Windows Vista. They provide a superset of the message box functionality. The Ookii.Dialogs.WinForms.TaskDialog classe provide access to the task dialog functionality.