以下是我的coding about how to list data to listview
但我要如何写才能加textfield到listview control 呢?
红色highlight了的是我try过的方法,不work..error code
'TextBox' is a type in 'Forms' and cannot be used as an expression.
该如何呢?
With ListView1
.Items.Add(dsrow("CustomerID"))
.Items.Item(i).SubItems.Add(dsrow("ContactName"))
.Items.Item(i).SubItems.Add(dsrow("Status"))
.Items.Item(i).SubItems.Add(System.Windows.Forms.TextBox)