作者UBC (UBC)
看板Visual_Basic
标题Re: [.NET] 多行显示
时间Fri Sep 30 20:48:11 2005
※ 引述《SENDON (123)》之铭言:
: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
: Static i As Integer
: Dim NStart As Integer
: Dim NEnd As Integer
: Dim MyValue As Integer
: For i = 1 To 10
: NStart = Val(TextBox1.Text)
: NEnd = Val(TextBox2.Text)
: Randomize()
: MyValue = (NEnd - NStart) * Rnd() + NStart
: TextBox3.Text = Str(MyValue)
: Next i
: End Sub
尝试看看 TextBox3.Text = TextBox3.Text + CStr(MyValue) + Environment.NewLine
还有有时候TextBox要秀出一些编排的画面或者数字
我有时候是写到text档 再由texbox秀出来
因为有时候要直接由textbox秀出来 算位置比较麻烦
text要算放在哪位置 比较简单
--
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.172.60.163