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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -