Click to See Complete Forum and Search --> : Scrolling a text pixel by pixel


May 31st, 1999, 09:04 AM
hello,

I want to show a sentence in my form (in a text box or a caption) and scroll it pixel by pixel.

thank you for helping me !

Ravi Kiran
June 1st, 1999, 04:40 AM
You could use a Marquee control. (\windows\system\Marquee.ocx)

If you want more: Try this idea:
Put a text box or picture box on a form. ( Form itself will do!)
Create a compatible DC in memory, write text into this memoryDC and on regular intervels BitBlt from this DC, portions of the image, in such a way as to give scrolling effect. You can make it go all around, if you please!!
Ravi