How to make the text running
-
Hi all, I want to implement the running text in my website's home page. Either in a text box or list box. Can anyone of you help me out to solve this problem. Thanks and Regards, Hariharan C
You mean scrolling text ? Inside an edit control ? I'm not sure that you can.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You mean scrolling text ? Inside an edit control ? I'm not sure that you can.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Hi, What i meant is? If you go to any website there will be a text running in the home page. For eg.. log on to anna university website, you can see the latest news running. When you move the mouse cursor to that news it will stop. Then you can click and view the news. Like that I want to implement something in my home page. Regards, Hariharan C
-
Hi, What i meant is? If you go to any website there will be a text running in the home page. For eg.. log on to anna university website, you can see the latest news running. When you move the mouse cursor to that news it will stop. Then you can click and view the news. Like that I want to implement something in my home page. Regards, Hariharan C
Hari_1010 wrote:
log on to anna university website, you can see the latest news running.
It's a small script. You can goto viewsource of that page and take that script. Alternatively you can use HTML marquee for this.
-
Hi, What i meant is? If you go to any website there will be a text running in the home page. For eg.. log on to anna university website, you can see the latest news running. When you move the mouse cursor to that news it will stop. Then you can click and view the news. Like that I want to implement something in my home page. Regards, Hariharan C
Yes, there are scripts for that. But, not in a listbox or editbox.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )