Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/12/2003, 09:04
webpedaler
 
Fecha de Ingreso: mayo-2001
Mensajes: 87
Antigüedad: 24 años
Puntos: 0
use el timer y dos label para este ejemplo.

timer
- interval = 1000
label1
- caption= vacio
label2
- caption = 0


Código PHP:
Private Sub Timer1_Timer()
 
propiedades del label2 caption 0
Label2.Caption
1
Label2
.Caption x
If 20 Then
 
If Label1.Caption "" Then
   Label1
.Caption "Hola "
  
Else:  Label1.Caption ""
 
End If
End If

End Sub