ES URGENTE!!
Publicado por BORAH (8 intervenciones) el 07/07/2006 12:20:43
hola, vereis, tengo un problema con un listview. es la primera vez que lo uso , y quiero comparar dos listviews (comparar sus campos ) para que cuando sean diferentes sus valores, me pase el valor de uno a otro.
yo tengo:
dim i as integer
for i =0 to listview1.columnheaders.count
if listview1.listitem(i) <> listview2.listitem(i) then
yo tengo:
dim i as integer
for i =0 to listview1.columnheaders.count
if listview1.listitem(i) <> listview2.listitem(i) then
Valora esta pregunta


0