Visual Basic Codes
ActiveX
Miscellaneous
Applications
Code Snippets
Common Dialogs
Special Effects
Database Stuff
Date Time
Files Drives
Forms
Graphics Games
Internet Stuff
Multimedia
Other
Strings
Windows
Visual Basic > Code Snippets sample source codes
Blinking label
Blinking label ' First add a label to your project ' and set caption. Then add a timerand set the interval toabout 250 ' add this code into the timers timer event If label1.Visible = True Then label1.Visible = False Else label1.Visible = True End If
Privacy Policy
|
Link to Us
|
Links