IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.86k stars 831 forks source link

Mainform crashed when using Password Property #273

Closed L-Dlbcq closed 1 year ago

L-Dlbcq commented 2 years ago

Hello,

I'm developing a password manager and i encounter problem with it. As you can see in the following gif, I'm using a database file encrypted by password and i set a button to show the passwords. But if I cancel this, my principal window is crashing. Does someone encounter a similar problem ? Does exists a solution ?

Sorry for my bad english

Valpoe commented 2 years ago

Had same issue with MaterialTextBox so I had to change to MaterialMaskedTextBox and use passwordChar property

L-Dlbcq commented 1 year ago

It works