Prompts the user to enter a New Password (with confirmation) using a modal dialog form.

Syntax

ISCommonDialog.GetPasswordChange(newPassword, [title], [passwordCaption], [icon], [userId], [includeEasilyConfusedLetters], [obsolete_includeSymbols], [minimumPasswordLength])

Parameters

NameTypeOptionalByRefDescription
newPassword String ByRef The Password entered.
title String Optional The text to display in the window title.
passwordCaption String Optional The Caption to display in front of the Password field.
icon Icon Optional A 32x32 Icon to display. If omitted, a value of Nothing is assumed.
userId String Optional The User Id that should not appear in the password if the password is Auto-Generated.
includeEasilyConfusedLetters Boolean Optional If omitted, a value of False is assumed.
obsolete_includeSymbols Boolean Optional If omitted, a value of False is assumed.
minimumPasswordLength Integer Optional If omitted, a value of 0 is assumed.

Return Value

Boolean

A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.

Member of:
ISCommonDialog
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0