欢迎访问服务器技术网-www.fuwuqijishu.com

请问这段代码如何在文本框中实现?

程序设计 fuwuqijishu 2年前 (2022-10-01) 12次浏览 0个评论 扫描二维码

关于请问这段代码如何在文本框中实现?谢谢!
Private Sub Form_Click()
Dim a As Integer
For a = 1 To 8
Print “abc”
Next
End Sub的问题

先要把Text1属性MultiLine设为True
Private Sub Form_Click()
Dim a As Integer
Text1 = “”
Text1.Height = 3000
For a = 1 To 8
Text1 = Text1 & “abc” & vbCrLf
Next
End Sub

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2413.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900