Do somebody has a simple code to scroll a text vertically with a given speed
? NOT a bmp, but a normal text.
A BIG Thank you in advance,
Moore
Gambit
"D.Moore" <coo...@freemail.hu> wrote in message
news:3e61...@newsgroups.borland.com...
I had tried to use ScrollBy() and also a bit more complicated solution like
:
SendMessage(Memo1->Handle, EM_LINESCROLL, 0, 1);
But how can I LOOP the same text, like continue vertical text scroll ?
Simple text like :
Hello world !
I am scroll box,
I am scrolling great texts, and so on....
ALL THE BEST,
Moore
"Remy Lebeau (TeamB)" <gamb...@yahoo.com> wrote in message
news:3e6134f3$2...@newsgroups.borland.com...
Gambit
"D.Moore" <coo...@freemail.hu> wrote in message
news:3e613a3e$1...@newsgroups.borland.com...
I had placed a Memo1 on a Form1. I had placed a Timer1, also
When OnTimer even fire, this code became active :
//---------------------------------
Memo1->ScrollBy(0,-3);
//---------------------------------
Simply, scrolling vertically up the text is in the memo.
BUT after the text dissapear because it had been scrolled out, it wont come
back on the bottom edge of the Memo1, to scroll up again, like a LOOP.
I tried to explain it clearly, I hope it was successfull, due to my english.
A BIG thank you in advance,
Moore.
"Remy Lebeau (TeamB)" <gamb...@yahoo.com> wrote in message
news:3e618ef9$1...@newsgroups.borland.com...