Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/03/2010, 18:50
geran88
 
Fecha de Ingreso: junio-2008
Mensajes: 29
Antigüedad: 15 años, 10 meses
Puntos: 1
Busqueda Mostrar un msj durante un tiempo

muy buenas pues lo q necesito es q cuando haga alguna accion me muestre algun mensaje durante un tiempo.....he tratado utilizando el timer de esta manera


ProtectedSub Button1_Click(ByVal sender AsObject, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Enabled = True
If (Timer1.Interval < 60000) Then Label2.Text = "si dentro de un tiempo desaparece"Else Timer1.Enabled = False
EndSub





pero ps la verdad no me sale el texto..espero alguien m pueda orientar, pq no llevo mucho tiempo programando en .net,
si me sirve esta manera o otra..

muchas gracias