- Home
·
- String Manipulation
·
- Converts the text entered in a text box into title case. e.g. when user types r durgaprasad then it
Converts the text entered in a text box into title case. e.g. when user types r durgaprasad then it
Converts the text entered in a text box into title case. e.g. when user types r durgaprasad then it appears as R Durgaprasad. Place a textbox
Rate Converts the text entered in a text box into title case. e.g. when user types r durgaprasad then it
(2(2 Vote))
If Len(Trim(Right(Text1.Text, 1))) = 0 Then
KeyAscii = Asc(UCase(Chr(KeyAscii)))
End If
End Sub
Converts the text entered in a text box into title case. e.g. when user types r durgaprasad then it Comments
No comments yet — be the first to post one!
Post a Comment