Originally, I had a post with three or four other simple codes...but my computer restarted....so now you only get one for nowMore later.
This is a video I made a long time ago.
Make sure timer is ENABLED
Timer1_Tick:
Code:label1.left -=5 if label1.left <= -width then label1.left = width End if 'Scrolls label from Left To Right label1.up -=5 if label1.up <= -width then label1.up = width End if 'Scrolls label from Bottom to Top
Results 1 to 5 of 5
Threaded View
- 01 Sep. 2011 06:51pm #1
Scrolling Label (VB.net 2005,2008,2010)