hi...
I want to display small circles in place of '*'(Asterisks
) in the password text box , as it is there in WindowsXP Login window... So can anybody help me in this...Thanks,
Vinay
hi...
I want to display small circles in place of '*'(Asterisks
) in the password text box , as it is there in WindowsXP Login window... So can anybody help me in this...Thanks,
Vinay
Password text box...
Michael BBB
thanks i got it...
Thanks a TOn for imeegiate reply...
Vinay
JuKiM
Always Welcome ;)
PLease, always leave a feedback when you get a right reply to your question by click the Yes button under "Was this post helpful"
Thanks a Lot.
Best Regards,
Demonslayer
TextBox has a proprty named "PasswordChar" use this property to set Circles like this.
textBoxPassword.PasswordChar = '●';
use Character Map in Windows XP to find a similiar symbols.
Cheers ;)