RibbonWinForms / RibbonWinForms

An Office Ribbon Control for .NET WinForms
Microsoft Public License
757 stars 201 forks source link

RibbonTextBox: PasswordChar #75

Open JamesTaylor-MG opened 1 year ago

JamesTaylor-MG commented 1 year ago

I am using RibbonWinForms Version 5.0.1.1 within Visual Studio 2022.

<packages>
  <package id="RibbonWinForms" version="5.0.1.1" targetFramework="net472" requireReinstallation="true" />
</packages>

I have a ribbon on my form which is using RibbonTextBoxto enter a user name and a password for an SQL data base connection. I wish to use the PasswordChar property to disguise the entry using an Asterix. However when this is entered, the password is displayed at run time in plain text and the asterixes are displayed whilst editing (i.e the wrong way around)

Has anyone come across this issue before,

I have tried this now, developing on a Windows 10 platform and also on a Windows 11 platform. and also in VS 2019 and now in VS2022, so don't believe it is an issue with my configuration, but an issue with the RibbonTextBox control

Tang-Gyu commented 9 months ago

Im also struggling with the same problem. This control is really stupid.