I have some C++/WinAPI application.
I want it to "replace" Windows 7 desktop (so it will be displayed always on bottom of all applications, just before desktop. Moreover, when user will click somewhere on my application, I want to receive it (in a normal way) but my application must stay on bottom.
I have found related post for C#, but I didn't find it as a solution to my problem:
How to make 'always-on-bottom'-window
Additional question: can I make so for other than mine (I have .exe only) application? By it I mean that my application will set other application on bottom like I described.