Ticker (Gimme Some Desktop property)

G

Guest

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.. Th
 
N

Nicholas Paldino [.NET/C# MVP]

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/d...e/shell_int/shell_int_programming/appbars.asp

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Kaz said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top