How to display different input while you are typing in c#? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to display different input while you are typing in c#?

For example, i am typing this in a textbox "Hello world" But i want it to be displayed as "You are now typing" while i am typing it per character. Like, i type "H" it will be displayed as "Y". Then i will type again " e" and will be displayed as "o" and so on. Is it possible? Its like password masking but not using "*" but a sentence instead. Thank you.

16th Nov 2019, 10:19 PM
Eljay
Eljay - avatar
3 Antworten
+ 2
Use the description box, because the question is ambiguous.
16th Nov 2019, 10:34 PM
Manual
Manual - avatar
0
I have already editted it, thank you for advising
17th Nov 2019, 2:17 AM
Eljay
Eljay - avatar
0
Try graphing programming and generating cyphers.
17th Nov 2019, 3:30 PM
Manual
Manual - avatar