0
点赞
收藏
分享

微信扫一扫

VB编程:UCase转大写,LCase转小写-4_彭世瑜_新浪博客

慕容冲_a4b8 2022-04-06 阅读 123

Private Sub Text1_Change()

Text2.Text = LCase(Text1.Text)    '转换成小写字母

Text3.Text = UCase(Text1.Text)   '转换成大写字母

End Sub


Private Sub Command1_Click()

End

End Sub



 界面效果VB编程:UCase转大写,LCase转小写-4_彭世瑜_新浪博客_html

举报

相关推荐

0 条评论