On jeudi 19 juin 2008, richard terry wrote:
> I'm pretty cretinous at interpreting docs.
>
> e.g:
>
> DIM hListView AS ListView
> DIM hListViewItem AS .ListViewItem
>
> hListViewItem = hListView [ Key AS String ]
>
> Just how does one use .ListViewItem, because if you copy and past the
> above exa
I'm pretty cretinous at interpreting docs.
e.g:
DIM hListView AS ListView
DIM hListViewItem AS .ListViewItem
hListViewItem = hListView [ Key AS String ]
Just how does one use .ListViewItem, because if you copy and past the above
example into code, the interpretor bauks at the .ListViewItem.