How to display an application across all virtual desktops in a Windows application?
I have developed a C++ application that creates a watermark on the screen. The watermark is displayed correctly on the current desktop, but when I create a new virtual desktop using Windows 10’s built-in virtual desktop feature, the watermark only appears on the first virtual desktop and does not carry over to the new ones.