listview
Publicado por cristian (1 intervención) el 13/10/2007 15:57:18
Hola, quisiera saber porque no funciona lo siguiente, en el listview cree tres columnas
error: run-time error ´13´ type mismatch
muchas gracias
Cristian
Private Sub Command3_Click()
Dim x As ListItem
Set x = ListView1.ListItems.Add(, , "ssssssss")
x.SubItems(1) = "rrrrrrrrr"
x.SubItems(2) = "rrrrrrrr"
End Sub
error: run-time error ´13´ type mismatch
muchas gracias
Cristian
Private Sub Command3_Click()
Dim x As ListItem
Set x = ListView1.ListItems.Add(, , "ssssssss")
x.SubItems(1) = "rrrrrrrrr"
x.SubItems(2) = "rrrrrrrr"
End Sub
Valora esta pregunta


0