vote up 0 vote down star

It should overlay other process which are not owned by the application doing the overlay.

flag

1  
A little more information if you please... Do you want to control the transparency of your main application window ? Winforms 2.0 or WPF land ? – Gishu Sep 13 '08 at 19:28

2 Answers

vote up 1 vote down check

Create a transparent window the size of the whole screen, mark it always-on-top, calculate the regions of your other application windows, and make the non-window regions of the top window grey.

I suppose you could just position your own application windows on top of the transparent grey one, with it being above all the other ones, but getting a tricky z-order scenario like that right, especially in conjunction with other apps that might also be doing z-order tricks, is tough.

link|flag
vote up 0 vote down

Here a little app which do more or less the functionnality you want :

http://www.anappaday.com/downloads/2006/09/day-10-jedi-concentrate.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.