Marquee Tag in vb6


here i am post Marquee Tag vb 6.0 code like a marquee tag in html. try this




Private Sub Timer1_Timer()
Label1.Left = Label1.Left + 100
If Label1.Left > 13000 Then
Label1.Left = 0
End If
End Sub


Comments

Author: Mrs. Meetu Choudhary Nanda15 Jul 2009 Member Level: Gold   Points : 1

Please Select Proper resource Category.
I am changing the category according to the length of the resource.

++
Thanks and Regards.
Meetu Choudhary.
Site Coordinator.



  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: