Hi!
I want to create a window that always stays on the desktop layer - all other windows should be above it, but it should also always be visible. I'm currently calling SetWindowPos with HWND_BOTTOM when the window is Activated or Loaded. This does keep the window below other windows, but when pressing Win+D or, in newer windows versions, clicking in the bottom right corner of the screen, or choosing the desktop in Alt+Tab or Flip 3D, the window is hidden. How can I prevent this? Is there any event I could handle?
Thanks, eWolf