标题:把大小写 复原 是这样写的吗
取消只看楼主
cqlan006
Rank: 1
等 级:新手上路
帖 子:19
专家分:0
注 册:2007-2-13
 问题点数:0 回复次数:0 
把大小写 复原 是这样写的吗
Private Sub Command3_Click()
Text1.SetFocus
If z = UCase(Text1.Text) Then
UCase(Text1.Text) = LCase(Text1.Text)
Text1.Text = LCase(Text1.Text)
End If
If z = LCase(Text1.Text) Then
LCase(Text1.Text) = UCase(Text1.Text)
Text1.Text = UCase(Text1.Text)
End If
End Sub
不知道哪里错了
搜索更多相关主题的帖子: 大小写 
2007-02-15 16:03



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-121023-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.795144 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved