views:

180

answers:

1

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

+10  A: 

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.

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