Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2006, 14:54
Avatar de Ultra Putrefactus
Ultra Putrefactus
 
Fecha de Ingreso: marzo-2006
Mensajes: 11
Antigüedad: 18 años, 1 mes
Puntos: 0
Private Sub CmdAdd_Click()
If Trim(Text1) <> "" Then
List1.AddItem Text1
List1.Selected(List1.ListCount - 1) = True
End If
End Sub