
ListView to ListView copying ???
You might want to have a look at the Virtual ListView demo at
http://www.mvps.org/vbvision/
HTH,
Bryan
____________________________________________________________
New Vision Software "When the going gets weird,"
Bryan Stafford "the weird turn pro."
Microsoft MVP-Visual Basic Fear and Loathing in LasVegas
Quote:
>No....unfortunately, the ListItems property is read-only. All I can suggest
>is looping through everything.
>--
>Sincerely,
>Josh Mitts
>> Anyone suggest a fast way of replicating the a report style ListView.
>> Currently Im looping on ListItems and ListSubItems, but as you can imagine
>> with 2000 items and 8 columns Im doing 18000 iterations. I know you can do
>a
>> similar thing with Lists and Combos using the API but I need a fast way
>> using the Listview.
>> TIA