Blinks text on button. - Vb

Blinks text onbutton

Snippet Code


  
Rate this page :
  [ 0 votes]

Create Timer1, Timer2Disable Timer 2 in properties panel

Private Sub Timer1_Timer() Timer2.Enabled = True Command1.Caption = "HELLO" End Sub Private Sub Timer2_Timer() Command1.Caption = " " End Sub

Tags


Ask Questions

Ask Question