tsadigov
2009-03-10 04:14:01 UTC
Hi
I want to paint semitransparent pictures on my screen above everything
I tried to use semi transparent WinForm with topmost set to true
It looked as I wanted, but it was slow and everytime It appeared above a
window that I was working on it accepted the mouse input (not the window
where I work)
So I tried to find a way to make window semitransparent not only visually
but also transparent for user input as though that window is not there and
you can click through it.
I am sure that this is possible because when I load my comp too much it
sometimes does such things, for example the semitransparent image of dragged
files are left on the screen and I can click through them.
So is there anyone who knows how to do such a thing in my code
I use C#.NET
but Im also comfortable whith C++ :)
any comments, any hint and any links are welcome
I want to paint semitransparent pictures on my screen above everything
I tried to use semi transparent WinForm with topmost set to true
It looked as I wanted, but it was slow and everytime It appeared above a
window that I was working on it accepted the mouse input (not the window
where I work)
So I tried to find a way to make window semitransparent not only visually
but also transparent for user input as though that window is not there and
you can click through it.
I am sure that this is possible because when I load my comp too much it
sometimes does such things, for example the semitransparent image of dragged
files are left on the screen and I can click through them.
So is there anyone who knows how to do such a thing in my code
I use C#.NET
but Im also comfortable whith C++ :)
any comments, any hint and any links are welcome