Thursday, April 21, 2011

Text in Title Bar

How can we move text in the Title Bar of a form in C#.net using VS 2008?

From stackoverflow
  • If you want to scroll the text in the title bar (as in news tickers) you will need to update the title bar manually every second or so. You can use the Timer control for that.

    Having said that, I personally find it VERY annoying to see such applications. You must have a good reason to do that.

    baeltazor : nice one hemant, +1
    rahul : +1 for pointing out that it is very 'annoying'.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.