This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to set Fields in SdShowDlgEdit2 password=true at runtime?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 22, 2023
10:05 AM
How to set Fields in SdShowDlgEdit2 password=true at runtime?
Hi, I'm using the built in dialog SdShowDlgEdit2 to ask a password.
Is there a way to set the textfields password = true at runtime? And then reset them to false again.
Code:
Result = SdShowDlgEdit2("Database passwords", "Enter the database user password",
"Password", "Confirm", g_UserPassword, UserPassword2);
Thx
(0) Replies