VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code will convert the first letter of each word following the spacebar being pressed to UPPERC

Eric Morrison  (2 Submissions)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Wed 29th November 2000   Mon 8th February 2021

This code will convert the first letter of each word following the spacebar being pressed to UPPERCASE. Great for a text field for an address

API Declarations


' Eric Morrison '
' November 29/00 '
' [email protected] '
' Uppercase code '

Dim KP As Boolean
Dim SB As String
Dim strResult As String

Rate This code will convert the first letter of each word following the spacebar being pressed to UPPERC (1(1 Vote))
This code will convert the first letter of each word following the spacebar being pressed to UPPERC.bas

This code will convert the first letter of each word following the spacebar being pressed to UPPERC Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters