You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have one suggestion, is there a way to use the CredentialDialog without the username field?
The program I'm making would be a zip file accessing program, and to open protected zip files, the user would require to enter the password for the zip file. I know, I can create a separate window and use it, but I would prefer using the CredentialDialog because it looks cool (I'm sure using CredentialDialog would mislead people because the "Windows Security" shows up on the title, in Windows 11. And it doesn't change when I add the dialog.WindowTitle = "Credential dialog sample", this works for Windows 10).
For example like this, but without asking for the Windows PIN or password:
And also will it be possible to put a button below the password field saying "I forgot my password" or anything, just like in the picture?
The language I'll be working on will be VB.
This is an amazing project by the way.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I have one suggestion, is there a way to use the
CredentialDialog
without the username field?The program I'm making would be a zip file accessing program, and to open protected zip files, the user would require to enter the password for the zip file. I know, I can create a separate window and use it, but I would prefer using the
CredentialDialog
because it looks cool (I'm sure usingCredentialDialog
would mislead people because the "Windows Security" shows up on the title, in Windows 11. And it doesn't change when I add thedialog.WindowTitle = "Credential dialog sample"
, this works for Windows 10).For example like this, but without asking for the Windows PIN or password:
And also will it be possible to put a button below the password field saying "I forgot my password" or anything, just like in the picture?
The language I'll be working on will be
VB
.This is an amazing project by the way.
Thanks.
The text was updated successfully, but these errors were encountered: