c# - How to implement a blinking label on a form -


i have form displays queue of messages , number messages can changed. want blink label (queue length) when number of messages increased improve form usability. should implement custom control , use additional thread or timer change color of label? has implemented functionality? best solution (less resources , less performance degradation) implement behaviour?

solution:

form's component timer can restrict number of animations per second , implement fade out effect external control background color.

you can create custom component , events start blinking. think solution. blinking can implement timer.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -