quote:Originally posted by Mattike LstView_AddItem returns the index of the added item. Use it!!! code:var Index = nick.LstView_AddItem(...); nick.LstView_SetItemText(..., Index, ..., ...);
code:var Index = nick.LstView_AddItem(...); nick.LstView_SetItemText(..., Index, ..., ...);