When I use the code:
item.SubItems(1)
the value returned is from the 2nd column. If I put a 0, I get an error.
How do i return the value from the 1st column in a listview?
Thanks,
SC - 04 Oct 2007 23:49 GMT
A little more persistence and I got it...simply Item
> When I use the code:
> item.SubItems(1)
[quoted text clipped - 3 lines]
>
> Thanks,