guyz, I want to know on how to convert small letter to capital letters. I want to convert every letter automatically once I press the keyboard. Hope you help me this guyz.. Im going to wait for your replies..
Lee21 0 Light Poster
Recommended Answers
Jump to Postguyz, I want to know on how to convert small letter to capital letters. I want to convert every letter automatically once I press the keyboard. Hope you help me this guyz.. Im going to wait for your replies..
Dim s As String = "SOME STRING" s …
Jump to PostDim s As String = "SOME STRING" s = s.ToUpper ' Converts String To Upper Case s = s.ToLower ' Converts String To Lower Case
just additional comment
u can put it in the KeyPress method so every time u press a key it will be automatically …
All 7 Replies
y2_sub 0 Newbie Poster
asaukani 0 Light Poster
Lee21 0 Light Poster
y2_sub 0 Newbie Poster
Lee21 0 Light Poster
y2_sub 0 Newbie Poster
Lee21 0 Light Poster
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.