You need to address the sub items of the listitem... not the item itself. Make much sense?
i.e.
Code:Set itm = Listview1.ListItems.Item(1) itm.SubItems(1) = "little nick"
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 21
Thread: edit textbox control arrayThreaded View
|
Click Here to Expand Forum to Full Width |