I want to set my application to be on desktop level, like Windows Gadgets. Is this possible to achieve?
Thing is, i have borderless application I want to run on desktop.
I tried to find the option, but I found only "always on top" which is opposite of what I want to achieve.
The good old SetWindowPos supports a HWND_BOTTOM to place your application as the last one in the order. To use it in C# take a look at PInvoke.Net.
Write the app so that it runs as a service in the background, then implement an actual Windows Gadget as a front-end?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With