Adding Scrolling effect On Windows application.
-
Hi there, Sir, I want to add automatic scrolling effect of pictures in timed manner on my MDI page. The effect should be like as web base application(just we use marquee in it) that is on mouse over it should be stopped. Is it possible to add it ? I m using C# Windows application. Thank u . :)
-
Hi there, Sir, I want to add automatic scrolling effect of pictures in timed manner on my MDI page. The effect should be like as web base application(just we use marquee in it) that is on mouse over it should be stopped. Is it possible to add it ? I m using C# Windows application. Thank u . :)
Use a timer and the ontick event to manage the marquee effect (move the picture on every tick). Use the OnMouseOver event to stop the movement by disabling the timer
Never underestimate the power of human stupidity RAH