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 !
Printable View
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 !
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