I made my own implementation of this by deriving class SecureTextBoxEx from RichTextBox instead of Textbox.
Color of normal letters is not changed, numbers will be red and special chars will be green.
There was a bug in overriding CreateParams and it turned out it isn't required at all since KeePass already takes care of displaying a password char itself.
Screenshot added - unable to attach two files to the initial post
Last edit: Rookiestyle 2018-06-12
Nice implementation.
cheers, Paul
Thanks.
There was a bug in overriding CreateParams and it turned out it isn't required at all since KeePass already takes care of displaying a password char itself.
Updated file attached.
Last edit: Rookiestyle 2018-10-12
I currently don't want to break compatibility with plugins again just for this, but I'll consider it in the future.
Thanks and best regards,
Dominik
I would love to see this in KeePass (maybe also via a plugin)
This feature is now provided by your ColoredPassword plugin:
https://keepass.info/plugins.html#coloredpw
Thanks and best regards,
Dominik