Kaz,
In order to do this, you would have to register an application desktop
toolbar. Check out the section of the Platform SDK titled "Using
Application Desktop Toolbars", located at (watch for line wrap):
http://msdn.microsoft.com/library/de...ng/appbars.asp
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
mv*@spam.guard.caspershouse.com
"Kaz" <an*******@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
Im creating a desktop ticker in C# that I wont to be displayed running
along active applications, on the right hand side of the screen.
My question is that when I launch my ticker, how do i adjust currently
running apps (e.g. IE/Notepad ..etc) so that they maximize around my ticker,
so that my ticker occupies the left part of the screen.. Thx