VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Capitalizes you text (e.g. you type hey how ya doin, it returns Hey How Ya Doin. Only 3 lines.

by Brad Noble (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 27th July 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Capitalizes you text (e.g. you type "hey how ya doin", it returns "Hey How Ya Doin". Only 3 lines. Better than the other 2. Instructions

API Declarations


'2)Put a label on your form and name it goesto
'3)Put a button on your form and name it Convert

Rate Capitalizes you text (e.g. you type hey how ya doin, it returns Hey How Ya Doin. Only 3 lines.



goesto.Caption = StrConv(comesfrom.Text, vbProperCase)
End Sub


Download this snippet    Add to My Saved Code

Capitalizes you text (e.g. you type hey how ya doin, it returns Hey How Ya Doin. Only 3 lines. Comments

No comments have been posted about Capitalizes you text (e.g. you type hey how ya doin, it returns Hey How Ya Doin. Only 3 lines. . Why not be the first to post a comment about Capitalizes you text (e.g. you type hey how ya doin, it returns Hey How Ya Doin. Only 3 lines. .

Post your comment

Subject:
Message:
0/1000 characters