Desktop News Ticker
-
Hi Friends I got a task from my team lead to create a desktop news ticker. If any one have code or else an helpfull link for the same, please reply back. Thanks in advance.
What have you done so far, idea-wise?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
What have you done so far, idea-wise?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
I am doing research on it, I have not yet started writing code. What actually I need is a scrolling text on my desktop which must not be a usual text but link and when any of the link is clicked, it should navigate to that particular page
I recall seeing a Marquee type of control in an article here on CP. I imagine if you can find it, you could create a custom control to have the text be a linkable hypertext. If one doesn't already exist here, it would be a cool article idea. http://www.codeproject.com/KB/miscctrl/csmarquee.aspx[^] is one I found. Bet it could be customized for your purposes.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
I recall seeing a Marquee type of control in an article here on CP. I imagine if you can find it, you could create a custom control to have the text be a linkable hypertext. If one doesn't already exist here, it would be a cool article idea. http://www.codeproject.com/KB/miscctrl/csmarquee.aspx[^] is one I found. Bet it could be customized for your purposes.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
I recall seeing a Marquee type of control in an article here on CP. I imagine if you can find it, you could create a custom control to have the text be a linkable hypertext. If one doesn't already exist here, it would be a cool article idea. http://www.codeproject.com/KB/miscctrl/csmarquee.aspx[^] is one I found. Bet it could be customized for your purposes.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
I was looking for something like that too, i going to check it out.:rose: