Is there a way I can overlay graphics on top of all windows using C#?
Posted
by Secrest
on Stack Overflow
See other posts from Stack Overflow
or by Secrest
Published on 2010-03-18T06:59:53Z
Indexed on
2010/03/18
7:01 UTC
Read the original article
Hit count: 135
I want to create a C# app which rests in the system tray.
However, I would like this application to overlay certain graphic elements / drawing on top of the screen above all windows at certain times.
So, for example, while my application is running, even though minimized to the tray, it will draw certain shapes on top of the screen regardless of what is there.
Is this possible using C#? If not, is there any other language that would have this capability?
© Stack Overflow or respective owner