02/09/2011

How to create a moving text in VB.Net

To code a moving text in VB.Net.I have used timers and label control. the steps are as under:
1. Take two timers , name it Timer1 and timer2 and set its property.
          (a) Enable- True
          (b) Interval- 100

What & How