-6
我想根據輸入將項目添加到ListBox特定的次數。例如,如果我輸入5,它應該在列表框中添加5次「DOG」。到目前爲止我的代碼:如何將一個項目添加到ListBox特定次數?
Dim number As Integer
number = TextBox1.Text
Dim add As String
add = POS.DescriptionText.Text
While number = add
POS.ListBox1.Items.Add(number)
End While
請說明你的要求。你的問題沒有意義。 –
雅虎答案本週不工作? – Plutonix