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~

Messages In This Thread
Random VB codes - by Dre@m$ - Dec 26 2011, 04:13 AM
RE: Random VB codes - by Leaky - Dec 26 2011, 04:56 PM

Users browsing this thread: 2 Guest(s)