Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Random VB codes
#1
Public Class Form1
    Private Sub Form1_Load(ByVal sender As System.Object, _
                          ByVal e As System.EventArgs) _
                          Handles MyBase.Load
        Me.MovingLabel1._MovingDirection = MovingLabel.Direction.RightToLeft
        Me.MovingLabel1._MovingText = ArabicDate.GetFullDate
        Me.MovingLabel1.StartMoving()

        Me.MovingLabel2._MovingDirection = MovingLabel.Direction.LeftToRight
        Me.MovingLabel2._MovingText = ArabicDate.GetFullDate
        Me.MovingLabel2.StartMoving()

        Me.MovingLabel3._MovingDirection = MovingLabel.Direction.TopToBottom
        Me.MovingLabel3._MovingText = ArabicDate.GetFullDate
        Me.MovingLabel3.StartMoving()

        Me.MovingLabel4._MovingDirection = MovingLabel.Direction.BottomToTop
        Me.MovingLabel4._MovingText = ArabicDate.GetFullDate
        Me.MovingLabel4.StartMoving()
    End Sub
End Class
~The lonely Stoner seems to free his mind at night~
#2
this code is useless :/ you're missing all of the declarations and everything.

Users browsing this thread: 1 Guest(s)