Tema
:
Auto-paginar ListBox
Ver Mensaje Individual
#
2
(
permalink
)
29/03/2006, 14:54
Ultra Putrefactus
Fecha de Ingreso: marzo-2006
Mensajes: 11
Antigüedad: 19 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
Ultra Putrefactus
Ver Perfil
Buscar todos los Mensajes de Ultra Putrefactus