Help! Desktop property needed..

  • Thread starter Thread starter Stoic
  • Start date Start date
S

Stoic

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
(similar to the longhorn sidebar).

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, allowing the ticker to occupy the left part of the screen..
Thx
 
On 15 May 2004 05:59:02 -0500, Stoic <[email protected]>
wrote:

Well you can get the desktop rectangle by using the GetWindowRect
win32-api.
Have you tried moving this window to whereever you want using
SetWindowExtEx (win32-api)?
It is after all just a window like the other windows :-P

Haven't tried this but it's what I would try first.
 
Stoic 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
(similar to the longhorn sidebar).

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, allowing the ticker to occupy the left part of the screen..
Thx

I think what you want is an AppBar:
http://www.codeproject.com/csharp/csdoesshell3.asp

This really isn't the most appropriate group to post this, however.
 

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

Back
Top