How can i scroll text in win form using timer.

Timers have a Tick event. You set an interval value (in milliseconds) and start the timer. Once started the tick event will be executed at the determined interval until you stop the timer.

If you want text to scroll across the screen you will need some way to display it (i'd suggest a label or textbox). Then update the displayed string each time the tick is fired.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.