VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Better Blinking Text Code, Still Only Requires 1 Timer

VB Guy  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Tue 10th June 2003   Mon 8th February 2021

Better Blinking Text Code, Still Only Requires 1 Timer

API Declarations


' looks good with timer.interval set at 100
' label1.visible should = true (default)
' you can change the duration of blinks by changing the
' timer.interval or by changing the code:
' ex. ElseIf a = 1 Then
Label1.Visible = True
' could be:

' ElseIf a = 10 Then
Label1.Visible = True
:)

Rate Better Blinking Text Code, Still Only Requires 1 Timer (2(2 Vote))
Better Blinking Text Code, Still Only Requires 1 Timer.bas

Better Blinking Text Code, Still Only Requires 1 Timer Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters