VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Blinks text on button.

by Kialo Software (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 28th March 2009
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Blinks text on button.

API Declarations



Create Timer1
Create Timer2

Disable Timer 2 in properties panel

drop code into FORM

Rate Blinks text on button.



Timer2.Enabled = True
Command1.Caption = "HELLO"
End Sub

Private Sub Timer2_Timer()
Command1.Caption = " "
End Sub

'Kialo Software
'http://kialosoftware.110mb.com/

Download this snippet    Add to My Saved Code

Blinks text on button. Comments

No comments have been posted about Blinks text on button.. Why not be the first to post a comment about Blinks text on button..

Post your comment

Subject:
Message:
0/1000 characters