
VB中点击文本框可以使字体 变大变小command的代码
2个回答
展开全部
Private Sub Command1_Click()
If Text1.SelLength > 0 Then
Text1.FontSize = Text1.FontSize + 1
End If
Text1.SetFocus
End Sub
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
Private Sub Command1_Click()
If Text1.SelLength > 0 Then
Text1.FontSize = Text1.FontSize + 1
End If
Text1.SetFocus
End Sub
类别
我们会通过消息、邮箱等方式尽快将举报结果通知您。
说明
0/200