Walk Lightly on this PLANET and yet leave such a FOOTPRINT that cannot be erased for thousands of Years..!!!
Visit Codstech for Cyber Security related Posts !

Visitors

Sunday, July 24, 2011

VB-62 : Convert Text from Lower case to Upper case

Develop an application to convert a given Text from Lower case to Upper case

Refer Convert Text from Upper case to Lower case .


The only difference lies in the code.


(Don't forget to change the Program Design as given):






Private Sub Text1_Change(0
Text2 = UCase(Text1)
End Sub






==================================================================
=========================================================

No comments: