query about ticker.
-
Hi everybody, for ticker(scrolling text from left to right or from top to bottom rotated) I have used html file with java script. and am showing this in a browser control in my C# application. This script uses cookies, hence it uses around 30% CPU utilization, which is very high. Please suggest something, which will take low CPU utilization. Thanks and best regards Rabindra Patra
-
Hi everybody, for ticker(scrolling text from left to right or from top to bottom rotated) I have used html file with java script. and am showing this in a browser control in my C# application. This script uses cookies, hence it uses around 30% CPU utilization, which is very high. Please suggest something, which will take low CPU utilization. Thanks and best regards Rabindra Patra
Well, pretty much any other way would be better. I'm sure there are controls on this site, or just write one, derived from the label control.
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 )
-
Well, pretty much any other way would be better. I'm sure there are controls on this site, or just write one, derived from the label control.
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 )
Thanks for the reply. Actually, I need some more features. For the time being I have done the thing. But how can I give Fade in effect, or some other effects? I thing using Direct X it can be done, But I am not getting how to do it.