Visual basic 6.0 Conversion of a character in the beginning of a word from small to large character
Hello Today Ay gan show you how to Conversion of a character in the beginning of a word from small to large character let's start
The use Visual basic 6.0
Code
Private Sub Command1_Click()
Dim Conver As String
Dim sOld As String
sOld = Text2.text
Conver = StrConv(sOld, vbProperCase)
text1.text = Conver
End Sub
Thank you all
Visual basic 6.0 Conversion of a character in the beginning of a word from small to large character
Reviewed by CRYP70
on
4:10 ص
Rating:

ليست هناك تعليقات: