
Hi RG Babies!!!
Today i am gonna teach you guys how to create a cool " Scrollbar " on your RTM applications.
Things you will need before proceeding.
Visual Studios
Brain
Instructions designing " Scrollbar " C#
Step 1. Open up " Visual Studios "
Step 2. You will need " Timer, Panel & Label "


Step 3. Now under " public partial class Form1 : Form " type in " int xCounter = 0;

Step 4. Now in your timer enter this coding
**Note** Set your timer interval to your preference. I use " 5 "
Step 5. Now that we coded our timer, Let's make a " private void Scrollbar() "

Step 6. Under " InitializeComponent(); " your gonna code " Scrollbar(); to declare the private void you just created.
Step 7. Start up your application. If everything was done correctly it should turn out like this

Scrollbar Tutorial Source
[HIDE]
[/HIDE]
Virus Scan

Well i hope you all enjoyed my tutorial. I uploaded my tutorial source for educational purposes, If care to use this in your application (RTM) please leave credits.

