Click here to Skip to main content
15,891,657 members
Articles / Programming Languages / Visual Basic

I've created a timer which makes a textbox's text appear to be moving from left to right, how can I make it look smoother?

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
17 Feb 2013CPOL 0  
First of all, I don't know what timer do you use. If you are using you are using System.Windows.Forms.Timer, don't do it: this timer is absolutely unsuitable for animation, because its accuracy is unacceptable, it can be amazingly bad. The only "benefit" of this timer class is the simplicity of...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Physics, physical and quantum optics, mathematics, computer science, control systems for manufacturing, diagnostics, testing, and research, theory of music, musical instruments… Contact me: https://www.SAKryukov.org

Comments and Discussions