2020年5月9日 星期六

vb.net 在ComboBox使用For Each [For Each in ComboBox]


1
2
3
4
5
6
7
8
9
    Private Sub btnAddToList_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAddToList.Click

        For Each cboi In cboProduct.Items

            MsgBox(cboi.Text)

        Next

    End Sub

沒有留言:

張貼留言