Is there any way to change all of the text inside a label to another character? It would still be the same length, but all of the text within the label would be the new character.
schroaus 8 Junior Poster in Training
Recommended Answers
Jump to PostYou could use a readonly textbox then set the password character, by removing the border it looks just like a label.
Jump to PostOr if you want each word to have a different letter mask You could use the split function, change each word to the character you want and use the join function to put it back together.
Or if you want a simple substitution cipher the Caesar cipher is easy to …
All 7 Replies
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
tinstaafl 1,176 Posting Maven
schroaus 8 Junior Poster in Training
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
tinstaafl 1,176 Posting Maven
tinstaafl 1,176 Posting Maven
schroaus 8 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.