Site navigation ================== Home Forums Martin2k Wiki Visual Basic 6.0 martin2k Games HTML Web Directory Articles Webcam and Chat Links Archive ================== About martin2k and Me Blog Add Comments View Comments Search Site Map Contact
1)Take A Timer Control And Set The Interval To 150 2)Gernal Declaration Code type 3)Form load Code Type
Private Sub Form_Load() dada = Form1.Caption t = Len(dada) y = 1 End Sub
Private Sub Timer1_Timer() Form1.Caption = Mid$(dada, y, t) y = y + 0.8 If y > t Then y = 1 End If End Sub
Please fill in the below form if you have any comments or additional information you want to add about the above information. If you have any Visual Basic 6.0 questions, please visit the Forum.
PLEASE NOTE: Questions sent via this form cannot be answered. Please ask questions at the Forum.
* - Mandatory
*Name: E-mail:
*Comments:
*Please type the following code (your comment will not be accepted without it):