vb ucase$怎么用啊

如题所述

Ucase是将字母的小写转为大写
例: 添加一个按钮,再添加两个文本框

Private Sub Command1_Click()
Text2.Text = UCase(Text1.Text)
End Sub
温馨提示:答案为网友推荐,仅供参考
相似回答