Link to home
Start Free TrialLog in
Avatar of cophi
cophi

asked on

MFC Ticker

I'm looking for a way to make an ActiveX control into a ticker.  Like a news or sports ticker you see on tv.  So lets say you have an activeX control on your application, its long and thin at the bottom I supposed, and it just scrolls text from left to right.  Any ideas how to go about this??
Avatar of Raj_Kau
Raj_Kau

This may be helpful to you 'Scrolling Banners -- the MFC Way '
http://www.codeguru.com/cpp/controls/staticctrl/article.php/c5799/ <==

-MAHESH
Avatar of cophi

ASKER

Say you had a label(Static), and you just wanted to move the text from the left to the right, or right to left.  Just one string.  Just to move it from the left to the right.  Would you override the static's paint class?  And if so what code would you put in?
ASKER CERTIFIED SOLUTION
Avatar of mahesh1402
mahesh1402
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial