SFML community forums

Help => Graphics => Topic started by: barnack on December 07, 2017, 12:35:27 pm

Title: Crazy taskbar integration
Post by: barnack on December 07, 2017, 12:35:27 pm
Greetings,
i was trying to integrate my own bottom bar with Windows regular taskbar. I tried taking the handler of the taskbar. And there i'm stuck.
I can create a renderwindow out of that HWND pointer, but then drawing will totally replace the usual taskbar.

Is it possible to "draw behind" a transparent "something" with another "something"? (without creating another window behind it)