|
查看: 625|回复: 0
|
紧急!如何add textfield到listview control
[复制链接]
|
|
|
以下是我的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)
End With |
|
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|