Ticker scrolling
-
hi, how to give links to the items moving in a ticker. Actualy i am fetching the items from a database and showing it in a label control and using timer control i am schrolling it. but i want to show like when i move the mouse on the item it will display as a link,if i click this link it will open one windows page and show the details of the item. nilima
-
hi, how to give links to the items moving in a ticker. Actualy i am fetching the items from a database and showing it in a label control and using timer control i am schrolling it. but i want to show like when i move the mouse on the item it will display as a link,if i click this link it will open one windows page and show the details of the item. nilima
No control does this, but it's easy enough to write one. Just set up a control that contains the text, and keeps drawing itself scrolling, then capture the click event, work out what's been clicked, and then based on that, open another form.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "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 )