|
|
想问问各位朋友,要如何在VB6 拿listview 的subitem value?
I get a set of data from database and bind it to the listview. I wan to perform some action when a user click the subitem in the listview. For example, when user click the value "abc" in row 1 column 3, a message box will prompt and display the value "abc"...
但是我拿不到那subitem 的value "abc", 只能拿到row 1 column 1 的value...
不只是column 3, 除了column 1 以外的subitem 我都拿不到..所以想在此问问各位要如何才能做到呢?
小弟感激不尽 |
|