GlobalFloatingWindow can't be the only open window

Yeah, I’m not having any luck. If your goal is to keep the window above all other windows on the system, you can use SetWindowPos with HWND_TOPMOST on Windows with any other type of window. Here’s a thread with the declares.

1 Like