How can I show a grey transparent overlay in C#? -


how can show grey transparent overlay in c#?
should overlay other process not owned application doing overlay.

create transparent window size of whole screen, mark always-on-top, calculate regions of other application windows, , make non-window regions of top window grey.

i suppose position own application windows on top of transparent grey one, being above other ones, getting tricky z-order scenario right, in conjunction other apps might doing z-order tricks, tough.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -