Guys --
I want to create "transparent" popup window.
This means that windows, which covers my window should be visible so, like w/o my window.
But if user clicks a mouse, for example, this event will come to my window.
Simple preventing redrawing in WM_ERASEBKGND doesn't help. Exactly it helps on initial step only.
To invalidate desktop window each time is not interesting.
Any ideas ?
------------------
E-MAIL: [email protected]
I want to create "transparent" popup window.
This means that windows, which covers my window should be visible so, like w/o my window.
But if user clicks a mouse, for example, this event will come to my window.
Simple preventing redrawing in WM_ERASEBKGND doesn't help. Exactly it helps on initial step only.
To invalidate desktop window each time is not interesting.
Any ideas ?
------------------
E-MAIL: [email protected]
Comment