in my application i’ve created an about box and i am wondering if i can show an animated text as credit ! Text animating from bottom to top of the dialog. Which components can i use for that or should i download in order to achieve a nice credits animated text in my about box.
Share
You can use a standard
TMemo,TListBox, etc and then scroll it manually from aTTimer.TWinControl-derived controls inherit a publicScrollBy()method. Some controls, likeTListView, even have their own optimizedScroll()method.