Re: setLVItemText ()
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 05, 2006
- 559 views
don cole wrote: > > Hello Derek, > > And thank you very much. > > This exactly the demo I have been messing with. > > I notice line 82 approx. has: > > MyLVID &= addLVItem(MyLV, 0, MyData[i]) > > As I said I would like to eliminate the addLVItem function. > > If I rem this line out then nothing is printed in the listView. > > Must the addLVItem() be used to display anything in the listVeiw? Yes. addLVItem adds a new item (row) to the list view. setLVItem updates an existing item in the list view. Why do you want to avoid using addLVItem? -- Derek Parnell Melbourne, Australia Skype name: derek.j.parnell