USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  Efeitos com label
Edson
SÃO PAULO
SP - BRASIL
Postada em 11/08/2005 12:56 hs            
ou
Autor Assunto:  label piscar
---------------------------------------------------------------------------------------
Private Sub Timer1_Timer()
      If Label1.Visible = True Then Label1.Visible = False Else Label1.Visible = True
End Sub
---------------------------------------------------------------------------------------
 
no timer defina o interval para 500
 
Private Sub Timer1_Timer()
    Label1.Visible = Not Label1.Visible
 
End Sub
       
--------------------------------------------------------------------------------------- 
 
Private Sub Timer1_Timer()
          If Label1.Visible Then
            Label1.Visible = False
          Else
            Label1.Visible = True
            End If
End Sub
     
Página(s): 2/2     « ANTERIOR  


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2025   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página